Class: Aws::Bedrock::Types::ValidityTerm
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ValidityTerm
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Describes the validity terms.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agreement_duration ⇒ String
Describes the agreement duration.
Instance Attribute Details
#agreement_duration ⇒ String
Describes the agreement duration.
9400 9401 9402 9403 9404 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 9400 class ValidityTerm < Struct.new( :agreement_duration) SENSITIVE = [] include Aws::Structure end |