Class: Aws::PartnerCentralAccount::Types::PutProfileVisibilityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::PutProfileVisibilityResponse
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the partner account.
-
#catalog ⇒ String
The catalog identifier for the partner account.
-
#id ⇒ String
The unique identifier of the partner account.
-
#profile_id ⇒ String
The unique identifier of the partner profile.
-
#visibility ⇒ String
The updated visibility setting for the partner profile.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the partner account.
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 |
#catalog ⇒ String
The catalog identifier for the partner account.
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 |
#id ⇒ String
The unique identifier of the partner account.
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_id ⇒ String
The unique identifier of the partner profile.
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 |
#visibility ⇒ String
The updated visibility setting for the partner profile.
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 |