Class: Aws::BedrockAgentCoreControl::Types::DeletePolicyEngineRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_engine_idString

The unique identifier of the policy engine to be deleted. This must be a valid policy engine ID that exists within the account.

Returns:

  • (String)


5058
5059
5060
5061
5062
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5058

class DeletePolicyEngineRequest < Struct.new(
  :policy_engine_id)
  SENSITIVE = []
  include Aws::Structure
end