Class: Aws::PartnerCentralBenefits::Types::Contact
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralBenefits::Types::Contact
- 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
-
#business_title ⇒ String
The business title or role of the contact person within the organization.
-
#email ⇒ String
The email address of the contact person.
-
#first_name ⇒ String
The first name of the contact person.
-
#last_name ⇒ String
The last name of the contact person.
-
#phone ⇒ String
The phone number of the contact person.
Instance Attribute Details
#business_title ⇒ String
The business title or role of the contact person within the organization.
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.
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.
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.
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.
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 |