PolicySummary

Contains information about a policy, but does not include the content. To see the content of a policy, see DescribePolicy.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the policy.

Link copied to clipboard

A boolean value that indicates whether the specified policy is an Amazon Web Services managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

Link copied to clipboard

The description of the policy.

Link copied to clipboard
val id: String?

The unique identifier (ID) of the policy.

Link copied to clipboard
val name: String?

The friendly name of the policy.

Link copied to clipboard

The type of policy.

Functions

Link copied to clipboard
inline fun copy(block: PolicySummary.Builder.() -> Unit = {}): PolicySummary
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