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)


2031
2032
2033
2034
2035
2036
2037
2038
2039
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2031

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)


2031
2032
2033
2034
2035
2036
2037
2038
2039
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2031

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)


2031
2032
2033
2034
2035
2036
2037
2038
2039
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2031

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)


2031
2032
2033
2034
2035
2036
2037
2038
2039
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2031

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)


2031
2032
2033
2034
2035
2036
2037
2038
2039
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2031

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