Class: Aws::Route53::Types::ListHostedZonesByVPCResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hosted_zone_summariesArray<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.

Returns:



4969
4970
4971
4972
4973
4974
4975
# File 'lib/aws-sdk-route53/types.rb', line 4969

class ListHostedZonesByVPCResponse < Struct.new(
  :hosted_zone_summaries,
  :max_items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_itemsInteger

The value that you specified for ‘MaxItems` in the most recent `ListHostedZonesByVPC` request.

Returns:

  • (Integer)


4969
4970
4971
4972
4973
4974
4975
# File 'lib/aws-sdk-route53/types.rb', line 4969

class ListHostedZonesByVPCResponse < Struct.new(
  :hosted_zone_summaries,
  :max_items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The value that you will use for ‘NextToken` in the next `ListHostedZonesByVPC` request.

Returns:

  • (String)


4969
4970
4971
4972
4973
4974
4975
# File 'lib/aws-sdk-route53/types.rb', line 4969

class ListHostedZonesByVPCResponse < Struct.new(
  :hosted_zone_summaries,
  :max_items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end