Method: Aws::MarketplaceAgreement::Types::UsageBasedPricingTerm#type

Defined in:
lib/aws-sdk-marketplaceagreement/types.rb

#typeString

Category of the term.

Returns:

  • (String)


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