Class: Aws::Types::ListHostedZonesByNameRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#dns_name::String

Returns the value of attribute dns_name.

Returns:



1030
1031
1032
# File 'sig/types.rbs', line 1030

def dns_name
  @dns_name
end

#hosted_zone_id::String

Returns the value of attribute hosted_zone_id.

Returns:



1031
1032
1033
# File 'sig/types.rbs', line 1031

def hosted_zone_id
  @hosted_zone_id
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:



1032
1033
1034
# File 'sig/types.rbs', line 1032

def max_items
  @max_items
end