PolicyStoreItem

Contains information about a policy store.

This data type is used as a response parameter for the ListPolicyStores operation.

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 store.

Link copied to clipboard

The date and time the policy was created.

Link copied to clipboard

Descriptive text that you can provide to help with identification of the current policy store.

Link copied to clipboard

The date and time the policy store was most recently updated.

Link copied to clipboard

The unique identifier of the policy store.

Functions

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