Class: Aws::Bedrock::Types::LegalTerm
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::LegalTerm
- 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
-
#url ⇒ String
URL to the legal term document.
Instance Attribute Details
#url ⇒ String
URL to the legal term document.
9013 9014 9015 9016 9017 |
# File 'lib/aws-sdk-bedrock/types.rb', line 9013 class LegalTerm < Struct.new( :url) SENSITIVE = [] include Aws::Structure end |