Class: Aws::Types::ListHostedZonesByNameResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListHostedZonesByNameResponse
- 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.
-
#hosted_zones ⇒ ::Array[Types::HostedZone]
Returns the value of attribute hosted_zones.
-
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#next_dns_name ⇒ ::String
Returns the value of attribute next_dns_name.
-
#next_hosted_zone_id ⇒ ::String
Returns the value of attribute next_hosted_zone_id.
Instance Attribute Details
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
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.
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.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def hosted_zones @hosted_zones end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
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.
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.
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.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def next_hosted_zone_id @next_hosted_zone_id end |