Class: Aws::Types::ListHostedZonesByNameResponse

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:

  • (::String)


1038
1039
1040
# File 'sig/types.rbs', line 1038

def dns_name
  @dns_name
end

#hosted_zone_id::String

Returns the value of attribute hosted_zone_id.

Returns:

  • (::String)


1039
1040
1041
# File 'sig/types.rbs', line 1039

def hosted_zone_id
  @hosted_zone_id
end

#hosted_zones::Array[Types::HostedZone]

Returns the value of attribute hosted_zones.

Returns:



1037
1038
1039
# File 'sig/types.rbs', line 1037

def hosted_zones
  @hosted_zones
end

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


1040
1041
1042
# File 'sig/types.rbs', line 1040

def is_truncated
  @is_truncated
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1043
1044
1045
# File 'sig/types.rbs', line 1043

def max_items
  @max_items
end

#next_dns_name::String

Returns the value of attribute next_dns_name.

Returns:

  • (::String)


1041
1042
1043
# File 'sig/types.rbs', line 1041

def next_dns_name
  @next_dns_name
end

#next_hosted_zone_id::String

Returns the value of attribute next_hosted_zone_id.

Returns:

  • (::String)


1042
1043
1044
# File 'sig/types.rbs', line 1042

def next_hosted_zone_id
  @next_hosted_zone_id
end