Class: Aws::MarketplaceAgreement::Types::ConfigurableUpfrontPricingTermConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceAgreement::Types::ConfigurableUpfrontPricingTermConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-marketplaceagreement/types.rb
Overview
Defines a prepaid payment model that allows buyers to configure the entitlements they want to purchase and the duration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dimensions ⇒ Array<Types::Dimension>
Defines the dimensions that the acceptor has purchased from the overall set of dimensions presented in the rate card.
-
#selector_value ⇒ String
Defines the length of time for which the particular pricing/dimension is being purchased by the acceptor.
Instance Attribute Details
#dimensions ⇒ Array<Types::Dimension>
Defines the dimensions that the acceptor has purchased from the overall set of dimensions presented in the rate card.
272 273 274 275 276 277 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 272 class ConfigurableUpfrontPricingTermConfiguration < Struct.new( :dimensions, :selector_value) SENSITIVE = [] include Aws::Structure end |
#selector_value ⇒ String
Defines the length of time for which the particular pricing/dimension is being purchased by the acceptor.
272 273 274 275 276 277 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 272 class ConfigurableUpfrontPricingTermConfiguration < Struct.new( :dimensions, :selector_value) SENSITIVE = [] include Aws::Structure end |