AllowListSummary

Provides a subset of information about an allow list.

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 allow list.

Link copied to clipboard

The date and time, in UTC and extended ISO 8601 format, when the allow list was created in Amazon Macie.

Link copied to clipboard

The custom description of the allow list.

Link copied to clipboard
val id: String?

The unique identifier for the allow list.

Link copied to clipboard
val name: String?

The custom name of the allow list.

Link copied to clipboard

The date and time, in UTC and extended ISO 8601 format, when the allow list's settings were most recently changed in Amazon Macie.

Functions

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