Class: Aws::PartnerCentralAccount::Types::PutAllianceLeadContactResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::PutAllianceLeadContactResponse
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alliance_lead_contact ⇒ Types::AllianceLeadContact
The updated alliance lead contact information.
-
#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.
Instance Attribute Details
#alliance_lead_contact ⇒ Types::AllianceLeadContact
The updated alliance lead contact information.
2209 2210 2211 2212 2213 2214 2215 2216 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2209 class PutAllianceLeadContactResponse < Struct.new( :catalog, :arn, :id, :alliance_lead_contact) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the partner account.
2209 2210 2211 2212 2213 2214 2215 2216 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2209 class PutAllianceLeadContactResponse < Struct.new( :catalog, :arn, :id, :alliance_lead_contact) SENSITIVE = [] include Aws::Structure end |
#catalog ⇒ String
The catalog identifier for the partner account.
2209 2210 2211 2212 2213 2214 2215 2216 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2209 class PutAllianceLeadContactResponse < Struct.new( :catalog, :arn, :id, :alliance_lead_contact) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the partner account.
2209 2210 2211 2212 2213 2214 2215 2216 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2209 class PutAllianceLeadContactResponse < Struct.new( :catalog, :arn, :id, :alliance_lead_contact) SENSITIVE = [] include Aws::Structure end |