Class: Aws::PartnerCentralAccount::Types::GetPartnerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::GetPartnerRequest
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog ⇒ String
The catalog identifier for the partner account.
-
#identifier ⇒ String
The unique identifier of the partner account to retrieve.
Instance Attribute Details
#catalog ⇒ String
The catalog identifier for the partner account.
1303 1304 1305 1306 1307 1308 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1303 class GetPartnerRequest < Struct.new( :catalog, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The unique identifier of the partner account to retrieve.
1303 1304 1305 1306 1307 1308 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1303 class GetPartnerRequest < Struct.new( :catalog, :identifier) SENSITIVE = [] include Aws::Structure end |