Class: Aws::PartnerCentralSelling::Types::SenderContact

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#business_titleString

The sender-provided contact’s title (job title or role) associated with the ‘EngagementInvitation`.

Returns:

  • (String)


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

#emailString

The sender-provided contact’s email address associated with the ‘EngagementInvitation`.

Returns:

  • (String)


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_nameString

The sender-provided contact’s last name associated with the ‘EngagementInvitation`.

Returns:

  • (String)


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_nameString

The sender-provided contact’s first name associated with the ‘EngagementInvitation`.

Returns:

  • (String)


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

#phoneString

The sender-provided contact’s phone number associated with the ‘EngagementInvitation`.

Returns:

  • (String)


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