Class: Aws::Bedrock::Types::ListFoundationModelAgreementOffersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ListFoundationModelAgreementOffersResponse
- 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.
-
#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.
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 |
#offers ⇒ Array<Types::Offer>
List of the offers associated with the specified model.
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 |