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)


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_tokenString

Offer token.

Returns:

  • (String)


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_detailsTypes::TermDetails

Details about the terms of the offer.

Returns:



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