Class: Aws::Bedrock::Types::DeleteFoundationModelAgreementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::DeleteFoundationModelAgreementRequest
- 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 model access to delete.
Instance Attribute Details
#model_id ⇒ String
Model Id of the model access to delete.
4128 4129 4130 4131 4132 |
# File 'lib/aws-sdk-bedrock/types.rb', line 4128 class DeleteFoundationModelAgreementRequest < Struct.new( :model_id) SENSITIVE = [] include Aws::Structure end |