Class: Aws::Types::ListHostedZonesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListHostedZonesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delegation_set_id ⇒ ::String
Returns the value of attribute delegation_set_id.
-
#hosted_zone_type ⇒ "PrivateHostedZone"
Returns the value of attribute hosted_zone_type.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
Instance Attribute Details
#delegation_set_id ⇒ ::String
Returns the value of attribute delegation_set_id.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def delegation_set_id @delegation_set_id end |
#hosted_zone_type ⇒ "PrivateHostedZone"
Returns the value of attribute hosted_zone_type.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def hosted_zone_type @hosted_zone_type end |
#marker ⇒ ::String
Returns the value of attribute marker.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def max_items @max_items end |