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