Class: Aws::MarketplaceAgreement::Types::UsageBasedPricingTerm

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

Overview

Defines a usage-based pricing model (typically, pay-as-you-go pricing), where the customers 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 mentioned in the term.

Returns:

  • (String)


1166
1167
1168
1169
1170
1171
1172
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 1166

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

#rate_cardsArray<Types::UsageBasedRateCardItem>

List of rate cards.

Returns:



1166
1167
1168
1169
1170
1171
1172
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 1166

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

#typeString

Category of the term.

Returns:

  • (String)


1166
1167
1168
1169
1170
1171
1172
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 1166

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