PrefixListIdResponse

data class PrefixListIdResponse(val description: String? = null, val prefixListId: String? = null)

Definition of PrefixListId

Constructors

Link copied to clipboard
constructor(description: String? = null, prefixListId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

A description for the security group rule that references this prefix list ID.

Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*

Link copied to clipboard
val prefixListId: String? = null

The ID of the prefix.