Class: Aws::Types::ListHostedZonesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListHostedZonesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hosted_zones ⇒ ::Array[Types::HostedZone]
Returns the value of attribute hosted_zones.
-
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
Instance Attribute Details
#hosted_zones ⇒ ::Array[Types::HostedZone]
Returns the value of attribute hosted_zones.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def hosted_zones @hosted_zones end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def is_truncated @is_truncated end |
#marker ⇒ ::String
Returns the value of attribute marker.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def max_items @max_items end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def next_marker @next_marker end |