Class: Aws::PartnerCentralSelling::Types::SenderContact
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::SenderContact
- Defined in:
- gems/aws-sdk-partnercentralselling/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.
5680 5681 5682 5683 5684 5685 5686 5687 5688 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 5680 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.
5680 5681 5682 5683 5684 5685 5686 5687 5688 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 5680 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.
5680 5681 5682 5683 5684 5685 5686 5687 5688 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 5680 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.
5680 5681 5682 5683 5684 5685 5686 5687 5688 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 5680 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.
5680 5681 5682 5683 5684 5685 5686 5687 5688 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 5680 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 |