Class: Aws::MarketplaceAgreement::Types::RateCardItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceAgreement::Types::RateCardItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-marketplaceagreement/types.rb
Overview
Defines the per unit rates for each individual product dimension.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dimension_key ⇒ String
Dimension for which the given entitlement applies.
-
#price ⇒ String
Per unit price for the product dimension that’s used for calculating the amount to be charged.
Instance Attribute Details
#dimension_key ⇒ String
Dimension for which the given entitlement applies. Dimensions represent categories of capacity in a product and are specified when the product is listed in AWS Marketplace.
819 820 821 822 823 824 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 819 class RateCardItem < Struct.new( :dimension_key, :price) SENSITIVE = [] include Aws::Structure end |
#price ⇒ String
Per unit price for the product dimension that’s used for calculating the amount to be charged.
819 820 821 822 823 824 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 819 class RateCardItem < Struct.new( :dimension_key, :price) SENSITIVE = [] include Aws::Structure end |