Class: Aws::MarketplaceAgreement::Types::RenewalTerm
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceAgreement::Types::RenewalTerm
- Defined in:
- gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb
Overview
Defines that on graceful expiration of the agreement (when the
agreement ends on its pre-defined end date), a new agreement will be
created using the accepted terms on the existing agreement. In other
words, the agreement will be renewed. The presence of RenewalTerm in
the offer document means that auto-renewal is allowed. Buyers will
have the option to accept or decline auto-renewal at the offer
acceptance/agreement creation. Buyers can also change this flag from
True to False or False to True at anytime during the
agreement's lifecycle.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::RenewalTermConfiguration
Additional parameters specified by the acceptor while accepting the term.
-
#type ⇒ String
Category of the term being updated.
Instance Attribute Details
#configuration ⇒ Types::RenewalTermConfiguration
Additional parameters specified by the acceptor while accepting the term.
883 884 885 886 887 888 |
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 883 class RenewalTerm < Struct.new( :type, :configuration) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Category of the term being updated.
883 884 885 886 887 888 |
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 883 class RenewalTerm < Struct.new( :type, :configuration) SENSITIVE = [] include Aws::Structure end |