Class: Aws::Bedrock::Types::ListFoundationModelAgreementOffersResponse

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)


9307
9308
9309
9310
9311
9312
# File 'lib/aws-sdk-bedrock/types.rb', line 9307

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

#offersArray<Types::Offer>

List of the offers associated with the specified model.

Returns:



9307
9308
9309
9310
9311
9312
# File 'lib/aws-sdk-bedrock/types.rb', line 9307

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