Class: Aws::MarketplaceAgreement::Types::FreeTrialPricingTerm
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceAgreement::Types::FreeTrialPricingTerm
- Includes:
- Structure
- Defined in:
- 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
-
#duration ⇒ String
Duration of the free trial period (5–31 days).
-
#grants ⇒ Array<Types::GrantItem>
Entitlements granted to the acceptor of a free trial as part of an agreement execution.
-
#type ⇒ String
Category of the term.
Instance Attribute Details
#duration ⇒ String
Duration of the free trial period (5–31 days).
630 631 632 633 634 635 636 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 630 class FreeTrialPricingTerm < Struct.new( :duration, :grants, :type) SENSITIVE = [] include Aws::Structure end |
#grants ⇒ Array<Types::GrantItem>
Entitlements granted to the acceptor of a free trial as part of an agreement execution.
630 631 632 633 634 635 636 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 630 class FreeTrialPricingTerm < Struct.new( :duration, :grants, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Category of the term.
630 631 632 633 634 635 636 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 630 class FreeTrialPricingTerm < Struct.new( :duration, :grants, :type) SENSITIVE = [] include Aws::Structure end |