Class: Aws::PartnerCentralSelling::Types::Contact

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-partnercentralselling/types.rb

Overview

An object that contains a ‘Customer Partner`’s contact details.

Constant Summary collapse

SENSITIVE =
[:business_title, :email, :first_name, :last_name, :phone]

Instance Attribute Summary collapse

Instance Attribute Details

#business_titleString

The partner contact’s title (job title or role) associated with the ‘Opportunity`. `BusinessTitle` supports either `PartnerAccountManager` or `OpportunityOwner`.

Returns:

  • (String)


635
636
637
638
639
640
641
642
643
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 635

class Contact < 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 contact’s email address associated with the ‘Opportunity`.

Returns:

  • (String)


635
636
637
638
639
640
641
642
643
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 635

class Contact < 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 contact’s first name associated with the ‘Opportunity`.

Returns:

  • (String)


635
636
637
638
639
640
641
642
643
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 635

class Contact < 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 contact’s last name associated with the ‘Opportunity`.

Returns:

  • (String)


635
636
637
638
639
640
641
642
643
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 635

class Contact < 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 contact’s phone number associated with the ‘Opportunity`.

Returns:

  • (String)


635
636
637
638
639
640
641
642
643
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 635

class Contact < Struct.new(
  :business_title,
  :email,
  :first_name,
  :last_name,
  :phone)
  SENSITIVE = [:business_title, :email, :first_name, :last_name, :phone]
  include Aws::Structure
end