PolicyRole

Contains information about a role that a managed policy is attached to.

This data type is used as a response element in the ListEntitiesForPolicy operation.

For more information about managed policies, refer to Managed policies and inline policies in the IAM User Guide.

Types

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

Properties

Link copied to clipboard

The stable and unique string identifying the role. For more information about IDs, see IAM identifiers in the IAM User Guide.

Link copied to clipboard

The name (friendly name, not ARN) identifying the role.

Functions

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