Class: Aws::Bedrock::Types::Offer
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::Offer
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
An offer dictates usage terms for the model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#offer_id ⇒ String
Offer Id for a model offer.
-
#offer_token ⇒ String
Offer token.
-
#term_details ⇒ Types::TermDetails
Details about the terms of the offer.
Instance Attribute Details
#offer_id ⇒ String
Offer Id for a model offer.
7511 7512 7513 7514 7515 7516 7517 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 7511 class Offer < Struct.new( :offer_id, :offer_token, :term_details) SENSITIVE = [] include Aws::Structure end |
#offer_token ⇒ String
Offer token.
7511 7512 7513 7514 7515 7516 7517 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 7511 class Offer < Struct.new( :offer_id, :offer_token, :term_details) SENSITIVE = [] include Aws::Structure end |
#term_details ⇒ Types::TermDetails
Details about the terms of the offer.
7511 7512 7513 7514 7515 7516 7517 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 7511 class Offer < Struct.new( :offer_id, :offer_token, :term_details) SENSITIVE = [] include Aws::Structure end |