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)


12242
12243
12244
12245
12246
12247
12248
# File 'lib/aws-sdk-bedrock/types.rb', line 12242

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

#offer_tokenString

Offer token.

Returns:

  • (String)


12242
12243
12244
12245
12246
12247
12248
# File 'lib/aws-sdk-bedrock/types.rb', line 12242

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:



12242
12243
12244
12245
12246
12247
12248
# File 'lib/aws-sdk-bedrock/types.rb', line 12242

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