Class: Aws::Route53::Types::ListHostedZonesByVPCResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::ListHostedZonesByVPCResponse
- Defined in:
- gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hosted_zone_summaries ⇒ Array<Types::HostedZoneSummary>
A list that contains one
HostedZoneSummaryelement for each hosted zone that the specified Amazon VPC is associated with. -
#max_items ⇒ Integer
The value that you specified for
MaxItemsin the most recentListHostedZonesByVPCrequest. -
#next_token ⇒ String
The value that you will use for
NextTokenin the nextListHostedZonesByVPCrequest.
Instance Attribute Details
#hosted_zone_summaries ⇒ Array<Types::HostedZoneSummary>
A list that contains one HostedZoneSummary element for each hosted
zone that the specified Amazon VPC is associated with. Each
HostedZoneSummary element contains the hosted zone name and ID,
and information about who owns the hosted zone.
4998 4999 5000 5001 5002 5003 5004 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 4998 class ListHostedZonesByVPCResponse < Struct.new( :hosted_zone_summaries, :max_items, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_items ⇒ Integer
The value that you specified for MaxItems in the most recent
ListHostedZonesByVPC request.
4998 4999 5000 5001 5002 5003 5004 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 4998 class ListHostedZonesByVPCResponse < Struct.new( :hosted_zone_summaries, :max_items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The value that you will use for NextToken in the next
ListHostedZonesByVPC request.
4998 4999 5000 5001 5002 5003 5004 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 4998 class ListHostedZonesByVPCResponse < Struct.new( :hosted_zone_summaries, :max_items, :next_token) SENSITIVE = [] include Aws::Structure end |