Class: Aws::MarketplaceAgreement::Types::ConfigurableUpfrontPricingTermConfiguration

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

Instance Attribute Details

#dimensionsArray<Types::Dimension>

Defines the dimensions that the acceptor has purchased from the overall set of dimensions presented in the rate card.

Returns:



272
273
274
275
276
277
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 272

class ConfigurableUpfrontPricingTermConfiguration < Struct.new(
  :dimensions,
  :selector_value)
  SENSITIVE = []
  include Aws::Structure
end

#selector_valueString

Defines the length of time for which the particular pricing/dimension is being purchased by the acceptor.

Returns:

  • (String)


272
273
274
275
276
277
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 272

class ConfigurableUpfrontPricingTermConfiguration < Struct.new(
  :dimensions,
  :selector_value)
  SENSITIVE = []
  include Aws::Structure
end