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.
12570 12571 12572 12573 12574 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12570 class ValidityTerm < Struct.new( :agreement_duration) SENSITIVE = [] include Aws::Structure end |