ListVpcAssociationAuthorizationsResponse

A complex type that contains the response information for the request.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the hosted zone that you can associate the listed VPCs with.

Link copied to clipboard

When the response includes a NextToken element, there are more VPCs that can be associated with the specified hosted zone. To get the next page of VPCs, submit another ListVPCAssociationAuthorizations request, and include the value of the NextToken element from the response in the nexttoken request parameter.

Link copied to clipboard
val vpcs: List<Vpc>

The list of VPCs that are authorized to be associated with the specified hosted zone.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String