Class: Aws::PartnerCentralAccount::Types::AllianceLeadContact
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::AllianceLeadContact
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
Contains contact information for the primary alliance lead responsible for partnership activities.
Constant Summary collapse
- SENSITIVE =
[:first_name, :last_name, :business_title]
Instance Attribute Summary collapse
-
#business_title ⇒ String
The business title or role of the alliance lead contact person.
-
#email ⇒ String
The email address of the alliance lead contact person.
-
#first_name ⇒ String
The first name of the alliance lead contact person.
-
#last_name ⇒ String
The last name of the alliance lead contact person.
Instance Attribute Details
#business_title ⇒ String
The business title or role of the alliance lead contact person.
105 106 107 108 109 110 111 112 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 105 class AllianceLeadContact < Struct.new( :first_name, :last_name, :email, :business_title) SENSITIVE = [:first_name, :last_name, :business_title] include Aws::Structure end |
#email ⇒ String
The email address of the alliance lead contact person.
105 106 107 108 109 110 111 112 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 105 class AllianceLeadContact < Struct.new( :first_name, :last_name, :email, :business_title) SENSITIVE = [:first_name, :last_name, :business_title] include Aws::Structure end |
#first_name ⇒ String
The first name of the alliance lead contact person.
105 106 107 108 109 110 111 112 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 105 class AllianceLeadContact < Struct.new( :first_name, :last_name, :email, :business_title) SENSITIVE = [:first_name, :last_name, :business_title] include Aws::Structure end |
#last_name ⇒ String
The last name of the alliance lead contact person.
105 106 107 108 109 110 111 112 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 105 class AllianceLeadContact < Struct.new( :first_name, :last_name, :email, :business_title) SENSITIVE = [:first_name, :last_name, :business_title] include Aws::Structure end |