Method: Aws::MarketplaceAgreement::Types::UsageBasedPricingTerm#type
- Defined in:
- lib/aws-sdk-marketplaceagreement/types.rb
#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 |