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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-marketplaceagreement/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)


1155
1156
1157
1158
1159
1160
1161
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 1155

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

#rate_cardsArray<Types::UsageBasedRateCardItem>

List of rate cards.

Returns:



1155
1156
1157
1158
1159
1160
1161
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 1155

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

#typeString

Category of the term.

Returns:

  • (String)


1155
1156
1157
1158
1159
1160
1161
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 1155

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