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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-partnercentralselling/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)


612
613
614
615
616
617
618
619
620
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 612

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)


612
613
614
615
616
617
618
619
620
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 612

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)


612
613
614
615
616
617
618
619
620
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 612

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)


612
613
614
615
616
617
618
619
620
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 612

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)


612
613
614
615
616
617
618
619
620
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 612

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