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)


12083
12084
12085
12086
12087
12088
12089
# File 'lib/aws-sdk-bedrock/types.rb', line 12083

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

#offer_tokenString

Offer token.

Returns:

  • (String)


12083
12084
12085
12086
12087
12088
12089
# File 'lib/aws-sdk-bedrock/types.rb', line 12083

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:



12083
12084
12085
12086
12087
12088
12089
# File 'lib/aws-sdk-bedrock/types.rb', line 12083

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