Class: Aws::BedrockAgentCoreControl::Types::DeletePolicyRequest

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 identifier of the policy engine that manages the policy to be deleted. This ensures the policy is deleted from the correct policy engine context.

Returns:

  • (String)


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_idString

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

Returns:

  • (String)


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