Class: Aws::Bedrock::Types::TermDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::TermDetails
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Describes the usage terms of an offer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#legal_term ⇒ Types::LegalTerm
Describes the legal terms.
-
#support_term ⇒ Types::SupportTerm
Describes the support terms.
-
#usage_based_pricing_term ⇒ Types::PricingTerm
Describes the usage-based pricing term.
-
#validity_term ⇒ Types::ValidityTerm
Describes the validity terms.
Instance Attribute Details
#legal_term ⇒ Types::LegalTerm
Describes the legal terms.
8961 8962 8963 8964 8965 8966 8967 8968 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 8961 class TermDetails < Struct.new( :usage_based_pricing_term, :legal_term, :support_term, :validity_term) SENSITIVE = [] include Aws::Structure end |
#support_term ⇒ Types::SupportTerm
Describes the support terms.
8961 8962 8963 8964 8965 8966 8967 8968 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 8961 class TermDetails < Struct.new( :usage_based_pricing_term, :legal_term, :support_term, :validity_term) SENSITIVE = [] include Aws::Structure end |
#usage_based_pricing_term ⇒ Types::PricingTerm
Describes the usage-based pricing term.
8961 8962 8963 8964 8965 8966 8967 8968 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 8961 class TermDetails < Struct.new( :usage_based_pricing_term, :legal_term, :support_term, :validity_term) SENSITIVE = [] include Aws::Structure end |
#validity_term ⇒ Types::ValidityTerm
Describes the validity terms.
8961 8962 8963 8964 8965 8966 8967 8968 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 8961 class TermDetails < Struct.new( :usage_based_pricing_term, :legal_term, :support_term, :validity_term) SENSITIVE = [] include Aws::Structure end |