Class: Aws::MarketplaceAgreement::Types::LegalTerm

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-marketplaceagreement/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

Instance Attribute Details

#documentsArray<Types::DocumentItem>

List of references to legal resources proposed to the buyers. An example is the EULA.

Returns:



735
736
737
738
739
740
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 735

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

#typeString

Category of the term being updated.

Returns:

  • (String)


735
736
737
738
739
740
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 735

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