Class: Aws::Bedrock::Types::ListFoundationModelAgreementOffersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ListFoundationModelAgreementOffersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_id ⇒ String
Model Id of the foundation model.
-
#offer_type ⇒ String
Type of offer associated with the model.
Instance Attribute Details
#model_id ⇒ String
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_type ⇒ String
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 |