Class: Aws::PartnerCentralAccount::Types::GetProfileVisibilityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::GetProfileVisibilityResponse
- 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 visibility setting for the partner profile (public, private, restricted, etc.).
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the partner account.
1466 1467 1468 1469 1470 1471 1472 1473 1474 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1466 class GetProfileVisibilityResponse < Struct.new( :catalog, :arn, :id, :visibility, :profile_id) SENSITIVE = [] include Aws::Structure end |
#catalog ⇒ String
The catalog identifier for the partner account.
1466 1467 1468 1469 1470 1471 1472 1473 1474 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1466 class GetProfileVisibilityResponse < Struct.new( :catalog, :arn, :id, :visibility, :profile_id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the partner account.
1466 1467 1468 1469 1470 1471 1472 1473 1474 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1466 class GetProfileVisibilityResponse < Struct.new( :catalog, :arn, :id, :visibility, :profile_id) SENSITIVE = [] include Aws::Structure end |
#profile_id ⇒ String
The unique identifier of the partner profile.
1466 1467 1468 1469 1470 1471 1472 1473 1474 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1466 class GetProfileVisibilityResponse < Struct.new( :catalog, :arn, :id, :visibility, :profile_id) SENSITIVE = [] include Aws::Structure end |
#visibility ⇒ String
The visibility setting for the partner profile (public, private, restricted, etc.).
1466 1467 1468 1469 1470 1471 1472 1473 1474 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1466 class GetProfileVisibilityResponse < Struct.new( :catalog, :arn, :id, :visibility, :profile_id) SENSITIVE = [] include Aws::Structure end |