Class: Aws::Bedrock::Types::DeleteFoundationModelAgreementRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#model_idString

Model Id of the model access to delete.

Returns:

  • (String)


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