Class: Aws::Bedrock::Types::LegalTerm

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrock/types.rb

Overview

The legal term of the agreement.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#urlString

URL to the legal term document.

Returns:

  • (String)


9013
9014
9015
9016
9017
# File 'lib/aws-sdk-bedrock/types.rb', line 9013

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