Class: Aws::PartnerCentralSelling::Types::SenderContact
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::SenderContact
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
An object that contains the details of the sender-provided contact person for the ‘EngagementInvitation`.
Constant Summary collapse
- SENSITIVE =
[:business_title, :email, :first_name, :last_name, :phone]
Instance Attribute Summary collapse
-
#business_title ⇒ String
The sender-provided contact’s title (job title or role) associated with the ‘EngagementInvitation`.
-
#email ⇒ String
The sender-provided contact’s email address associated with the ‘EngagementInvitation`.
-
#first_name ⇒ String
The sender-provided contact’s last name associated with the ‘EngagementInvitation`.
-
#last_name ⇒ String
The sender-provided contact’s first name associated with the ‘EngagementInvitation`.
-
#phone ⇒ String
The sender-provided contact’s phone number associated with the ‘EngagementInvitation`.
Instance Attribute Details
#business_title ⇒ String
The sender-provided contact’s title (job title or role) associated with the ‘EngagementInvitation`.
4799 4800 4801 4802 4803 4804 4805 4806 4807 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 4799 class SenderContact < Struct.new( :business_title, :email, :first_name, :last_name, :phone) SENSITIVE = [:business_title, :email, :first_name, :last_name, :phone] include Aws::Structure end |
#email ⇒ String
The sender-provided contact’s email address associated with the ‘EngagementInvitation`.
4799 4800 4801 4802 4803 4804 4805 4806 4807 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 4799 class SenderContact < Struct.new( :business_title, :email, :first_name, :last_name, :phone) SENSITIVE = [:business_title, :email, :first_name, :last_name, :phone] include Aws::Structure end |
#first_name ⇒ String
The sender-provided contact’s last name associated with the ‘EngagementInvitation`.
4799 4800 4801 4802 4803 4804 4805 4806 4807 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 4799 class SenderContact < Struct.new( :business_title, :email, :first_name, :last_name, :phone) SENSITIVE = [:business_title, :email, :first_name, :last_name, :phone] include Aws::Structure end |
#last_name ⇒ String
The sender-provided contact’s first name associated with the ‘EngagementInvitation`.
4799 4800 4801 4802 4803 4804 4805 4806 4807 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 4799 class SenderContact < Struct.new( :business_title, :email, :first_name, :last_name, :phone) SENSITIVE = [:business_title, :email, :first_name, :last_name, :phone] include Aws::Structure end |
#phone ⇒ String
The sender-provided contact’s phone number associated with the ‘EngagementInvitation`.
4799 4800 4801 4802 4803 4804 4805 4806 4807 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 4799 class SenderContact < Struct.new( :business_title, :email, :first_name, :last_name, :phone) SENSITIVE = [:business_title, :email, :first_name, :last_name, :phone] include Aws::Structure end |