Class: Aws::Route53::Types::ListVPCAssociationAuthorizationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::ListVPCAssociationAuthorizationsRequest
- Defined in:
- gems/aws-sdk-route53/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
-
#hosted_zone_id ⇒ String
The ID of the hosted zone for which you want a list of VPCs that can be associated with the hosted zone.
-
#max_results ⇒ String
Optional: An integer that specifies the maximum number of VPCs that you want Amazon Route 53 to return.
-
#next_token ⇒ String
Optional: If a response includes a
NextTokenelement, there are more VPCs that can be associated with the specified hosted zone.
Instance Attribute Details
#hosted_zone_id ⇒ String
The ID of the hosted zone for which you want a list of VPCs that can be associated with the hosted zone.
6008 6009 6010 6011 6012 6013 6014 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 6008 class ListVPCAssociationAuthorizationsRequest < Struct.new( :hosted_zone_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ String
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.
6008 6009 6010 6011 6012 6013 6014 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 6008 class ListVPCAssociationAuthorizationsRequest < Struct.new( :hosted_zone_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
6008 6009 6010 6011 6012 6013 6014 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 6008 class ListVPCAssociationAuthorizationsRequest < Struct.new( :hosted_zone_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |