Class: Aws::PartnerCentralSelling::Types::AccountSummary

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

Overview

An object that contains an ‘Account`’s subset of fields.

Constant Summary collapse

SENSITIVE =
[:company_name, :website_url]

Instance Attribute Summary collapse

Instance Attribute Details

#addressTypes::AddressSummary

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



172
173
174
175
176
177
178
179
180
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 172

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

#company_nameString

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

Returns:

  • (String)


172
173
174
175
176
177
178
179
180
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 172

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

#industryString

Specifies which industry the end ‘Customer` belongs to associated with the `Opportunity`. It refers to the category or sector that the customer’s business operates in.

To submit a value outside the picklist, use ‘Other`.

Conditionally mandatory if ‘Other` is selected for Industry Vertical in LOVs.

Returns:

  • (String)


172
173
174
175
176
177
178
179
180
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 172

class AccountSummary < Struct.new(
  :address,
  :company_name,
  :industry,
  :other_industry,
  :website_url)
  SENSITIVE = [:company_name, :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`. This field is relevant when the customer’s industry doesn’t fall under the predefined picklist values and requires a custom description.

Returns:

  • (String)


172
173
174
175
176
177
178
179
180
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 172

class AccountSummary < Struct.new(
  :address,
  :company_name,
  :industry,
  :other_industry,
  :website_url)
  SENSITIVE = [:company_name, :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.

Returns:

  • (String)


172
173
174
175
176
177
178
179
180
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 172

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