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

Class: Aws::Route53::Types::ListVPCAssociationAuthorizationsRequest

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

Overview

Note:

When passing ListVPCAssociationAuthorizationsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  hosted_zone_id: "ResourceId", # required
  next_token: "PaginationToken",
  max_results: "MaxResults",
}

A complex type that contains information about that can be associated with your hosted zone.

Instance Attribute Summary collapse

Instance Attribute Details

#hosted_zone_idString

The ID of the hosted zone for which you want a list of VPCs that can be associated with the hosted zone.

Returns:

  • (String)

    The ID of the hosted zone for which you want a list of VPCs that can be associated with the hosted zone.

#max_resultsString

Optional: An integer that specifies the maximum number of VPCs that you want Amazon Route 53 to return. If you don\'t specify a value for MaxResults, Route 53 returns up to 50 VPCs per page.

Returns:

  • (String)

    Optional: An integer that specifies the maximum number of VPCs that you want Amazon Route 53 to return.

#next_tokenString

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

Returns:

  • (String)

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