Class: Aws::MarketplaceAgreement::Types::RenewalTerm

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#configurationTypes::RenewalTermConfiguration

Additional parameters specified by the acceptor while accepting the term.



883
884
885
886
887
888
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 883

class RenewalTerm < Struct.new(
  :type,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Category of the term being updated.

Returns:

  • (String)


883
884
885
886
887
888
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 883

class RenewalTerm < Struct.new(
  :type,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end