GetCidrCollectionResult

data class GetCidrCollectionResult(val arn: String? = null, val id: String? = null, val locations: List<CidrCollectionLocation>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, id: String? = null, locations: List<CidrCollectionLocation>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon resource name (ARN) to uniquely identify the AWS resource.

Link copied to clipboard
val id: String? = null

UUID of the CIDR collection.

Link copied to clipboard

A complex type that contains information about the list of CIDR locations.