Class: Aws::Route53::Types::ListVPCAssociationAuthorizationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::ListVPCAssociationAuthorizationsResponse
- Defined in:
- gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb
Overview
A complex type that contains the response information for the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hosted_zone_id ⇒ String
The ID of the hosted zone that you can associate the listed VPCs with.
-
#next_token ⇒ String
When the response includes a
NextToken
element, there are more VPCs that can be associated with the specified hosted zone. -
#vp_cs ⇒ Array<Types::VPC>
The list of VPCs that are authorized to be associated with the specified hosted zone.
Instance Attribute Details
#hosted_zone_id ⇒ String
The ID of the hosted zone that you can associate the listed VPCs with.
6010 6011 6012 6013 6014 6015 6016 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 6010 class ListVPCAssociationAuthorizationsResponse < Struct.new( :hosted_zone_id, :next_token, :vp_cs) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
6010 6011 6012 6013 6014 6015 6016 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 6010 class ListVPCAssociationAuthorizationsResponse < Struct.new( :hosted_zone_id, :next_token, :vp_cs) SENSITIVE = [] include Aws::Structure end |
#vp_cs ⇒ Array<Types::VPC>
The list of VPCs that are authorized to be associated with the specified hosted zone.
6010 6011 6012 6013 6014 6015 6016 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 6010 class ListVPCAssociationAuthorizationsResponse < Struct.new( :hosted_zone_id, :next_token, :vp_cs) SENSITIVE = [] include Aws::Structure end |