Class: Aws::PartnerCentralSelling::Types::Account

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-partnercentralselling/types.rb

Overview

Specifies the ‘Customer`’s account details associated with the ‘Opportunity`.

Constant Summary collapse

SENSITIVE =
[:aws_account_id, :company_name, :duns, :website_url]

Instance Attribute Summary collapse

Instance Attribute Details

#addressTypes::Address

Specifies the end ‘Customer`’s address details associated with the ‘Opportunity`.

Returns:



97
98
99
100
101
102
103
104
105
106
107
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 97

class Account < Struct.new(
  :address,
  :aws_account_id,
  :company_name,
  :duns,
  :industry,
  :other_industry,
  :website_url)
  SENSITIVE = [:aws_account_id, :company_name, :duns, :website_url]
  include Aws::Structure
end

#aws_account_idString

Specifies the ‘Customer` Amazon Web Services account ID associated with the `Opportunity`.

Returns:

  • (String)


97
98
99
100
101
102
103
104
105
106
107
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 97

class Account < Struct.new(
  :address,
  :aws_account_id,
  :company_name,
  :duns,
  :industry,
  :other_industry,
  :website_url)
  SENSITIVE = [:aws_account_id, :company_name, :duns, :website_url]
  include Aws::Structure
end

#company_nameString

Specifies the end ‘Customer`’s company name associated with the ‘Opportunity`.

Returns:

  • (String)


97
98
99
100
101
102
103
104
105
106
107
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 97

class Account < Struct.new(
  :address,
  :aws_account_id,
  :company_name,
  :duns,
  :industry,
  :other_industry,
  :website_url)
  SENSITIVE = [:aws_account_id, :company_name, :duns, :website_url]
  include Aws::Structure
end

#dunsString

Indicates the ‘Customer` DUNS number, if available.

Returns:

  • (String)


97
98
99
100
101
102
103
104
105
106
107
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 97

class Account < Struct.new(
  :address,
  :aws_account_id,
  :company_name,
  :duns,
  :industry,
  :other_industry,
  :website_url)
  SENSITIVE = [:aws_account_id, :company_name, :duns, :website_url]
  include Aws::Structure
end

#industryString

Specifies the industry the end ‘Customer` belongs to that’s associated with the ‘Opportunity`. It refers to the category or sector where the customer’s business operates. This is a required field.

Returns:

  • (String)


97
98
99
100
101
102
103
104
105
106
107
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 97

class Account < Struct.new(
  :address,
  :aws_account_id,
  :company_name,
  :duns,
  :industry,
  :other_industry,
  :website_url)
  SENSITIVE = [:aws_account_id, :company_name, :duns, :website_url]
  include Aws::Structure
end

#other_industryString

Specifies the end ‘Customer`’s industry associated with the ‘Opportunity`, when the selected value in the `Industry` field is `Other`.

Returns:

  • (String)


97
98
99
100
101
102
103
104
105
106
107
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 97

class Account < Struct.new(
  :address,
  :aws_account_id,
  :company_name,
  :duns,
  :industry,
  :other_industry,
  :website_url)
  SENSITIVE = [:aws_account_id, :company_name, :duns, :website_url]
  include Aws::Structure
end

#website_urlString

Specifies the end customer’s company website URL associated with the ‘Opportunity`. This value is crucial to map the customer within the Amazon Web Services CRM system. This field is required in all cases except when the opportunity is related to national security.

Returns:

  • (String)


97
98
99
100
101
102
103
104
105
106
107
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 97

class Account < Struct.new(
  :address,
  :aws_account_id,
  :company_name,
  :duns,
  :industry,
  :other_industry,
  :website_url)
  SENSITIVE = [:aws_account_id, :company_name, :duns, :website_url]
  include Aws::Structure
end