Class: Aws::MarketplaceAgreement::Types::FreeTrialPricingTerm

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb

Overview

Defines a short-term free pricing model where the buyers aren’t charged anything within a specified limit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#durationString

Duration of the free trial period (5–31 days).

Returns:

  • (String)


630
631
632
633
634
635
636
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 630

class FreeTrialPricingTerm < Struct.new(
  :duration,
  :grants,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#grantsArray<Types::GrantItem>

Entitlements granted to the acceptor of a free trial as part of an agreement execution.

Returns:



630
631
632
633
634
635
636
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 630

class FreeTrialPricingTerm < Struct.new(
  :duration,
  :grants,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Category of the term.

Returns:

  • (String)


630
631
632
633
634
635
636
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 630

class FreeTrialPricingTerm < Struct.new(
  :duration,
  :grants,
  :type)
  SENSITIVE = []
  include Aws::Structure
end