Class: Aws::BedrockAgentCoreControl::Types::DeletePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::DeletePolicyRequest
- 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 identifier of the policy engine that manages the policy to be deleted.
-
#policy_id ⇒ String
The unique identifier of the policy to be deleted.
Instance Attribute Details
#policy_engine_id ⇒ String
The identifier of the policy engine that manages the policy to be deleted. This ensures the policy is deleted from the correct policy engine context.
3475 3476 3477 3478 3479 3480 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3475 class DeletePolicyRequest < Struct.new( :policy_engine_id, :policy_id) SENSITIVE = [] include Aws::Structure end |
#policy_id ⇒ String
The unique identifier of the policy to be deleted. This must be a valid policy ID that exists within the specified policy engine.
3475 3476 3477 3478 3479 3480 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3475 class DeletePolicyRequest < Struct.new( :policy_engine_id, :policy_id) SENSITIVE = [] include Aws::Structure end |