Class: Aws::Types::ListHostedZonesByNameRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListHostedZonesByNameRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
-
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
Instance Attribute Details
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
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.
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.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def max_items @max_items end |