Class: Aws::Types::ListHostedZonesByVPCResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#hosted_zone_summaries::Array[Types::HostedZoneSummary]

Returns the value of attribute hosted_zone_summaries.



1056
1057
1058
# File 'sig/types.rbs', line 1056

def hosted_zone_summaries
  @hosted_zone_summaries
end

#max_items::Integer

Returns the value of attribute max_items.



1057
1058
1059
# File 'sig/types.rbs', line 1057

def max_items
  @max_items
end

#next_token::String

Returns the value of attribute next_token.



1058
1059
1060
# File 'sig/types.rbs', line 1058

def next_token
  @next_token
end