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:



5050
5051
5052
5053
5054
5055
5056
# File 'lib/aws-sdk-route53/types.rb', line 5050

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)


5050
5051
5052
5053
5054
5055
5056
# File 'lib/aws-sdk-route53/types.rb', line 5050

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)


5050
5051
5052
5053
5054
5055
5056
# File 'lib/aws-sdk-route53/types.rb', line 5050

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