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.
1978 1979 1980 1981 1982 1983 1984 1985 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1978 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.
1978 1979 1980 1981 1982 1983 1984 1985 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1978 class PutAllianceLeadContactResponse < Struct.new( :catalog, :arn, :id, :alliance_lead_contact) SENSITIVE = [] include Aws::Structure end |
#catalog ⇒ String
The catalog identifier for the partner account.
1978 1979 1980 1981 1982 1983 1984 1985 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1978 class PutAllianceLeadContactResponse < Struct.new( :catalog, :arn, :id, :alliance_lead_contact) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the partner account.
1978 1979 1980 1981 1982 1983 1984 1985 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1978 class PutAllianceLeadContactResponse < Struct.new( :catalog, :arn, :id, :alliance_lead_contact) SENSITIVE = [] include Aws::Structure end |