Class: Aws::PartnerCentralBenefits::Types::Contact

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb

Overview

Represents contact information for a partner representative.

Constant Summary collapse

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

Instance Attribute Summary collapse

Instance Attribute Details

#business_titleString

The business title or role of the contact person within the organization.

Returns:

  • (String)


494
495
496
497
498
499
500
501
502
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 494

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

#emailString

The email address of the contact person.

Returns:

  • (String)


494
495
496
497
498
499
500
501
502
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 494

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

#first_nameString

The first name of the contact person.

Returns:

  • (String)


494
495
496
497
498
499
500
501
502
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 494

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

#last_nameString

The last name of the contact person.

Returns:

  • (String)


494
495
496
497
498
499
500
501
502
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 494

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

#phoneString

The phone number of the contact person.

Returns:

  • (String)


494
495
496
497
498
499
500
501
502
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 494

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