DeletePolicyResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdAt: <Error class: unknown class>

The timestamp when the deleted policy was originally created.

Link copied to clipboard

Represents the definition structure for policies within the AgentCore Policy system. This structure encapsulates different policy formats and languages that can be used to define access control rules.

Link copied to clipboard

The human-readable description of the deleted policy.

Link copied to clipboard

The customer-assigned name of the deleted policy. This confirms which policy was successfully removed from the system and matches the name that was originally assigned during policy creation.

Link copied to clipboard

The Amazon Resource Name (ARN) of the deleted policy. This globally unique identifier confirms which policy resource was successfully removed.

Link copied to clipboard

The identifier of the policy engine from which the policy was deleted. This confirms the policy engine context for the deletion operation.

Link copied to clipboard

The unique identifier of the policy being deleted. This confirms which policy the deletion operation targets.

Link copied to clipboard

The status of the policy deletion operation. This provides information about any issues that occurred during the deletion process.

Link copied to clipboard

Additional information about the deletion status. This provides details about the deletion process or any issues that may have occurred.

Link copied to clipboard
val updatedAt: <Error class: unknown class>

The timestamp when the deleted policy was last modified before deletion. This tracks the final state of the policy before it was removed from the system.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String