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:



279
280
281
282
283
284
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 279

class ConfigurableUpfrontPricingTermConfiguration < Struct.new(
  :selector_value,
  :dimensions)
  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)


279
280
281
282
283
284
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 279

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