Class: Aws::MarketplaceAgreement::Types::LegalTerm
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceAgreement::Types::LegalTerm
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-marketplaceagreement/types.rb
Overview
Defines the list of text agreements proposed to the acceptors. An example is the end user license agreement (EULA).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#documents ⇒ Array<Types::DocumentItem>
List of references to legal resources proposed to the buyers.
-
#type ⇒ String
Category of the term being updated.
Instance Attribute Details
#documents ⇒ Array<Types::DocumentItem>
List of references to legal resources proposed to the buyers. An example is the EULA.
735 736 737 738 739 740 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 735 class LegalTerm < Struct.new( :documents, :type) SENSITIVE = [] include Aws::Structure end |