Class: Aws::MarketplaceAgreement::Types::RenewalTermConfiguration

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

Overview

Additional parameters specified by the acceptor while accepting the term.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enable_auto_renewBoolean

Defines whether the acceptor has chosen to auto-renew the agreement at the end of its lifecycle. Can be set to True or False.

Returns:

  • (Boolean)


894
895
896
897
898
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 894

class RenewalTermConfiguration < Struct.new(
  :enable_auto_renew)
  SENSITIVE = []
  include Aws::Structure
end