Class: Aws::PartnerCentralAccount::Types::GetAllianceLeadContactRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::GetAllianceLeadContactRequest
- 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.
Instance Attribute Details
#catalog ⇒ String
The catalog identifier for the partner account.
1069 1070 1071 1072 1073 1074 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1069 class GetAllianceLeadContactRequest < Struct.new( :catalog, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The unique identifier of the partner account.
1069 1070 1071 1072 1073 1074 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1069 class GetAllianceLeadContactRequest < Struct.new( :catalog, :identifier) SENSITIVE = [] include Aws::Structure end |