Class: Aws::MarketplaceAgreement::Types::UsageBasedPricingTerm
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceAgreement::Types::UsageBasedPricingTerm
- 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
-
#currency_code ⇒ String
Defines the currency for the prices mentioned in the term.
-
#rate_cards ⇒ Array<Types::UsageBasedRateCardItem>
List of rate cards.
-
#type ⇒ String
Category of the term.
Instance Attribute Details
#currency_code ⇒ String
Defines the currency for the prices mentioned in the term.
1155 1156 1157 1158 1159 1160 1161 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 1155 class UsageBasedPricingTerm < Struct.new( :currency_code, :rate_cards, :type) SENSITIVE = [] include Aws::Structure end |
#rate_cards ⇒ Array<Types::UsageBasedRateCardItem>
List of rate cards.
1155 1156 1157 1158 1159 1160 1161 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 1155 class UsageBasedPricingTerm < Struct.new( :currency_code, :rate_cards, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Category of the term.
1155 1156 1157 1158 1159 1160 1161 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 1155 class UsageBasedPricingTerm < Struct.new( :currency_code, :rate_cards, :type) SENSITIVE = [] include Aws::Structure end |