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 =
[: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
.
4822 4823 4824 4825 4826 4827 4828 4829 4830 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4822 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
.
4822 4823 4824 4825 4826 4827 4828 4829 4830 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4822 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
.
4822 4823 4824 4825 4826 4827 4828 4829 4830 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4822 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
.
4822 4823 4824 4825 4826 4827 4828 4829 4830 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4822 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
.
4822 4823 4824 4825 4826 4827 4828 4829 4830 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4822 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 |