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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-route53/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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)


5979
5980
5981
5982
5983
5984
5985
# File 'lib/aws-sdk-route53/types.rb', line 5979

class ListVPCAssociationAuthorizationsRequest < Struct.new(
  :hosted_zone_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#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)


5979
5980
5981
5982
5983
5984
5985
# File 'lib/aws-sdk-route53/types.rb', line 5979

class ListVPCAssociationAuthorizationsRequest < Struct.new(
  :hosted_zone_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#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)


5979
5980
5981
5982
5983
5984
5985
# File 'lib/aws-sdk-route53/types.rb', line 5979

class ListVPCAssociationAuthorizationsRequest < Struct.new(
  :hosted_zone_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end