Class: Aws::Bedrock::Types::ListFoundationModelAgreementOffersRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#model_idString

Model Id of the foundation model.

Returns:

  • (String)


9262
9263
9264
9265
9266
9267
# File 'lib/aws-sdk-bedrock/types.rb', line 9262

class ListFoundationModelAgreementOffersRequest < Struct.new(
  :model_id,
  :offer_type)
  SENSITIVE = []
  include Aws::Structure
end

#offer_typeString

Type of offer associated with the model.

Returns:

  • (String)


9262
9263
9264
9265
9266
9267
# File 'lib/aws-sdk-bedrock/types.rb', line 9262

class ListFoundationModelAgreementOffersRequest < Struct.new(
  :model_id,
  :offer_type)
  SENSITIVE = []
  include Aws::Structure
end