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.
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_type ⇒ String
Type of offer associated with the model.
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 |