Class: Aws::PartnerCentralAccount::Types::PutProfileVisibilityResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the partner account.

Returns:

  • (String)


2044
2045
2046
2047
2048
2049
2050
2051
2052
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2044

class PutProfileVisibilityResponse < Struct.new(
  :catalog,
  :arn,
  :id,
  :visibility,
  :profile_id)
  SENSITIVE = []
  include Aws::Structure
end

#catalogString

The catalog identifier for the partner account.

Returns:

  • (String)


2044
2045
2046
2047
2048
2049
2050
2051
2052
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2044

class PutProfileVisibilityResponse < Struct.new(
  :catalog,
  :arn,
  :id,
  :visibility,
  :profile_id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the partner account.

Returns:

  • (String)


2044
2045
2046
2047
2048
2049
2050
2051
2052
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2044

class PutProfileVisibilityResponse < Struct.new(
  :catalog,
  :arn,
  :id,
  :visibility,
  :profile_id)
  SENSITIVE = []
  include Aws::Structure
end

#profile_idString

The unique identifier of the partner profile.

Returns:

  • (String)


2044
2045
2046
2047
2048
2049
2050
2051
2052
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2044

class PutProfileVisibilityResponse < Struct.new(
  :catalog,
  :arn,
  :id,
  :visibility,
  :profile_id)
  SENSITIVE = []
  include Aws::Structure
end

#visibilityString

The updated visibility setting for the partner profile.

Returns:

  • (String)


2044
2045
2046
2047
2048
2049
2050
2051
2052
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2044

class PutProfileVisibilityResponse < Struct.new(
  :catalog,
  :arn,
  :id,
  :visibility,
  :profile_id)
  SENSITIVE = []
  include Aws::Structure
end