Class: Aws::BedrockAgentCoreControl::Types::DeletePolicyEngineRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::DeletePolicyEngineRequest
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_engine_id ⇒ String
The unique identifier of the policy engine to be deleted.
Instance Attribute Details
#policy_engine_id ⇒ String
The unique identifier of the policy engine to be deleted. This must be a valid policy engine ID that exists within the account.
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 |