GetPrefixListResult

data class GetPrefixListResult(val addressFamily: PrefixListAddressFamily? = null, val arn: String? = null, val entries: List<PrefixListEntry>? = null, val maxEntries: Int? = null, val ownerId: String? = null, val prefixListId: String? = null, val prefixListName: String? = null, val tags: List<Tag>? = null, val version: Int? = null)

Constructors

Link copied to clipboard
constructor(addressFamily: PrefixListAddressFamily? = null, arn: String? = null, entries: List<PrefixListEntry>? = null, maxEntries: Int? = null, ownerId: String? = null, prefixListId: String? = null, prefixListName: String? = null, tags: List<Tag>? = null, version: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Ip Version of Prefix List.

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the Prefix List.

Link copied to clipboard

Entries of Prefix List.

Link copied to clipboard
val maxEntries: Int? = null

Max Entries of Prefix List.

Link copied to clipboard
val ownerId: String? = null

Owner Id of Prefix List.

Link copied to clipboard
val prefixListId: String? = null

Id of Prefix List.

Link copied to clipboard
val prefixListName: String? = null

Name of Prefix List.

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

Tags for Prefix List

Link copied to clipboard
val version: Int? = null

Version of Prefix List.