Class: Aws::PartnerCentralAccount::Types::AllianceLeadContact

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

Overview

Contains contact information for the primary alliance lead responsible for partnership activities.

Constant Summary collapse

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

Instance Attribute Summary collapse

Instance Attribute Details

#business_titleString

The business title or role of the alliance lead contact person.

Returns:

  • (String)


105
106
107
108
109
110
111
112
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 105

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

#emailString

The email address of the alliance lead contact person.

Returns:

  • (String)


105
106
107
108
109
110
111
112
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 105

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

#first_nameString

The first name of the alliance lead contact person.

Returns:

  • (String)


105
106
107
108
109
110
111
112
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 105

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

#last_nameString

The last name of the alliance lead contact person.

Returns:

  • (String)


105
106
107
108
109
110
111
112
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 105

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