Class: Aws::Bedrock::Types::ListFoundationModelAgreementOffersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ListFoundationModelAgreementOffersResponse
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_id ⇒ String
Model Id of the foundation model.
-
#offers ⇒ Array<Types::Offer>
List of the offers associated with the specified model.
Instance Attribute Details
#model_id ⇒ String
Model Id of the foundation model.
9608 9609 9610 9611 9612 9613 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 9608 class ListFoundationModelAgreementOffersResponse < Struct.new( :model_id, :offers) SENSITIVE = [] include Aws::Structure end |
#offers ⇒ Array<Types::Offer>
List of the offers associated with the specified model.
9608 9609 9610 9611 9612 9613 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 9608 class ListFoundationModelAgreementOffersResponse < Struct.new( :model_id, :offers) SENSITIVE = [] include Aws::Structure end |