Class: Aws::MarketplaceAgreement::Types::RenewalTermConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceAgreement::Types::RenewalTermConfiguration
- Includes:
- Structure
- Defined in:
- 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
-
#enable_auto_renew ⇒ Boolean
Defines whether the acceptor has chosen to auto-renew the agreement at the end of its lifecycle.
Instance Attribute Details
#enable_auto_renew ⇒ Boolean
Defines whether the acceptor has chosen to auto-renew the agreement at the end of its lifecycle. Can be set to ‘True` or `False`.
894 895 896 897 898 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 894 class RenewalTermConfiguration < Struct.new( :enable_auto_renew) SENSITIVE = [] include Aws::Structure end |