GetAllowListResult

data class GetAllowListResult(val arn: String? = null, val criteria: AllowListCriteria? = null, val description: String? = null, val id: String? = null, val name: String? = null, val status: AllowListStatus? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, criteria: AllowListCriteria? = null, description: String? = null, id: String? = null, name: String? = null, status: AllowListStatus? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

AllowList ARN.

Link copied to clipboard

AllowList criteria.

Link copied to clipboard
val description: String? = null

Description of AllowList.

Link copied to clipboard
val id: String? = null

AllowList ID.

Link copied to clipboard
val name: String? = null

Name of AllowList.

Link copied to clipboard
val status: AllowListStatus? = null

AllowList status.

Link copied to clipboard
val tags: List<Tag>? = null

A collection of tags associated with a resource