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_title ⇒ String

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

#email ⇒ String

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_name ⇒ String

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_name ⇒ String

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

#phone ⇒ String

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