You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Route53::Types::ListVPCAssociationAuthorizationsResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#hosted_zone_idString

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

Returns:

  • (String)

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

#next_tokenString

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.

Returns:

  • (String)

    When the response includes a NextToken element, there are more VPCs that can be associated with the specified hosted zone.

#vp_csArray<Types::VPC>

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

Returns:

  • (Array<Types::VPC>)

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