Class: Aws::PartnerCentralAccount::Types::GetAllianceLeadContactResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::GetAllianceLeadContactResponse
- 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 alliance lead contact information including name, email, and business title.
-
#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 alliance lead contact information including name, email, and business title.
1082 1083 1084 1085 1086 1087 1088 1089 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1082 class GetAllianceLeadContactResponse < Struct.new( :catalog, :arn, :id, :alliance_lead_contact) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the partner account.
1082 1083 1084 1085 1086 1087 1088 1089 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1082 class GetAllianceLeadContactResponse < Struct.new( :catalog, :arn, :id, :alliance_lead_contact) SENSITIVE = [] include Aws::Structure end |
#catalog ⇒ String
The catalog identifier for the partner account.
1082 1083 1084 1085 1086 1087 1088 1089 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1082 class GetAllianceLeadContactResponse < Struct.new( :catalog, :arn, :id, :alliance_lead_contact) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the partner account.
1082 1083 1084 1085 1086 1087 1088 1089 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1082 class GetAllianceLeadContactResponse < Struct.new( :catalog, :arn, :id, :alliance_lead_contact) SENSITIVE = [] include Aws::Structure end |