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

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


6138
6139
6140
6141
6142
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6138

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