Class: Aws::Bedrock::Types::Offer

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrock/types.rb

Overview

An offer dictates usage terms for the model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#offer_idString

Offer Id for a model offer.

Returns:

  • (String)


12188
12189
12190
12191
12192
12193
12194
# File 'lib/aws-sdk-bedrock/types.rb', line 12188

class Offer < Struct.new(
  :offer_id,
  :offer_token,
  :term_details)
  SENSITIVE = []
  include Aws::Structure
end

#offer_tokenString

Offer token.

Returns:

  • (String)


12188
12189
12190
12191
12192
12193
12194
# File 'lib/aws-sdk-bedrock/types.rb', line 12188

class Offer < Struct.new(
  :offer_id,
  :offer_token,
  :term_details)
  SENSITIVE = []
  include Aws::Structure
end

#term_detailsTypes::TermDetails

Details about the terms of the offer.

Returns:



12188
12189
12190
12191
12192
12193
12194
# File 'lib/aws-sdk-bedrock/types.rb', line 12188

class Offer < Struct.new(
  :offer_id,
  :offer_token,
  :term_details)
  SENSITIVE = []
  include Aws::Structure
end