Class: Aws::MarketplaceDiscovery::Types::UsageBasedPricingTerm

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

Overview

Defines a usage-based pricing term (typically pay-as-you-go), where buyers are charged based on product usage.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#currency_codeString

Defines the currency for the prices in this term.

Returns:

  • (String)


3041
3042
3043
3044
3045
3046
3047
3048
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 3041

class UsageBasedPricingTerm < Struct.new(
  :id,
  :type,
  :currency_code,
  :rate_cards)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the term.

Returns:

  • (String)


3041
3042
3043
3044
3045
3046
3047
3048
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 3041

class UsageBasedPricingTerm < Struct.new(
  :id,
  :type,
  :currency_code,
  :rate_cards)
  SENSITIVE = []
  include Aws::Structure
end

#rate_cardsArray<Types::UsageBasedRateCardItem>

The rate cards containing per-unit rates for usage-based pricing.

Returns:



3041
3042
3043
3044
3045
3046
3047
3048
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 3041

class UsageBasedPricingTerm < Struct.new(
  :id,
  :type,
  :currency_code,
  :rate_cards)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The category of the term.

Returns:

  • (String)


3041
3042
3043
3044
3045
3046
3047
3048
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 3041

class UsageBasedPricingTerm < Struct.new(
  :id,
  :type,
  :currency_code,
  :rate_cards)
  SENSITIVE = []
  include Aws::Structure
end