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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#offer_idString

Offer Id for a model offer.

Returns:

  • (String)


7899
7900
7901
7902
7903
7904
7905
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 7899

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

#offer_tokenString

Offer token.

Returns:

  • (String)


7899
7900
7901
7902
7903
7904
7905
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 7899

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:



7899
7900
7901
7902
7903
7904
7905
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 7899

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