Class: Aws::MarketplaceAgreement::Types::RateCardItem

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

Instance Attribute Details

#dimension_keyString

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.

Returns:

  • (String)


819
820
821
822
823
824
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 819

class RateCardItem < Struct.new(
  :dimension_key,
  :price)
  SENSITIVE = []
  include Aws::Structure
end

#priceString

Per unit price for the product dimension that’s used for calculating the amount to be charged.

Returns:

  • (String)


819
820
821
822
823
824
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 819

class RateCardItem < Struct.new(
  :dimension_key,
  :price)
  SENSITIVE = []
  include Aws::Structure
end