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.
4643 4644 4645 4646 4647 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 4643 class DeleteFoundationModelAgreementRequest < Struct.new( :model_id) SENSITIVE = [] include Aws::Structure end |