Class: Aws::Route53::Types::ListHostedZonesByVPCResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::ListHostedZonesByVPCResponse
- Includes:
- Structure
- Defined in:
- 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 ‘HostedZoneSummary` element for each hosted zone that the specified Amazon VPC is associated with.
-
#max_items ⇒ Integer
The value that you specified for ‘MaxItems` in the most recent `ListHostedZonesByVPC` request.
-
#next_token ⇒ String
The value that you will use for ‘NextToken` in the next `ListHostedZonesByVPC` request.
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.
4967 4968 4969 4970 4971 4972 4973 |
# File 'lib/aws-sdk-route53/types.rb', line 4967 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.
4967 4968 4969 4970 4971 4972 4973 |
# File 'lib/aws-sdk-route53/types.rb', line 4967 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.
4967 4968 4969 4970 4971 4972 4973 |
# File 'lib/aws-sdk-route53/types.rb', line 4967 class ListHostedZonesByVPCResponse < Struct.new( :hosted_zone_summaries, :max_items, :next_token) SENSITIVE = [] include Aws::Structure end |