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.



9492
9493
9494
9495
9496
9497
# File 'lib/aws-sdk-bedrock/types.rb', line 9492

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

#offer_typeString

Type of offer associated with the model.



9492
9493
9494
9495
9496
9497
# File 'lib/aws-sdk-bedrock/types.rb', line 9492

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