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 =
[:email, :first_name, :last_name, :business_title, :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.
6471 6472 6473 6474 6475 6476 6477 6478 6479 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 6471 class SenderContact < Struct.new( :email, :first_name, :last_name, :business_title, :phone) SENSITIVE = [:email, :first_name, :last_name, :business_title, :phone] include Aws::Structure end |
#email ⇒ String
The sender-provided contact's email address associated with the
EngagementInvitation.
6471 6472 6473 6474 6475 6476 6477 6478 6479 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 6471 class SenderContact < Struct.new( :email, :first_name, :last_name, :business_title, :phone) SENSITIVE = [:email, :first_name, :last_name, :business_title, :phone] include Aws::Structure end |
#first_name ⇒ String
The sender-provided contact's last name associated with the
EngagementInvitation.
6471 6472 6473 6474 6475 6476 6477 6478 6479 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 6471 class SenderContact < Struct.new( :email, :first_name, :last_name, :business_title, :phone) SENSITIVE = [:email, :first_name, :last_name, :business_title, :phone] include Aws::Structure end |
#last_name ⇒ String
The sender-provided contact's first name associated with the
EngagementInvitation.
6471 6472 6473 6474 6475 6476 6477 6478 6479 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 6471 class SenderContact < Struct.new( :email, :first_name, :last_name, :business_title, :phone) SENSITIVE = [:email, :first_name, :last_name, :business_title, :phone] include Aws::Structure end |
#phone ⇒ String
The sender-provided contact's phone number associated with the
EngagementInvitation.
6471 6472 6473 6474 6475 6476 6477 6478 6479 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 6471 class SenderContact < Struct.new( :email, :first_name, :last_name, :business_title, :phone) SENSITIVE = [:email, :first_name, :last_name, :business_title, :phone] include Aws::Structure end |