GetSecurityGroupEgressResult

data class GetSecurityGroupEgressResult(val description: String? = null, val id: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

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

Link copied to clipboard
val id: String? = null