Class: Aws::Types::DescribeHostsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeHostsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hosts ⇒ ::Array[Types::Host]
Returns the value of attribute hosts.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#hosts ⇒ ::Array[Types::Host]
Returns the value of attribute hosts.
5836 5837 5838 |
# File 'sig/types.rbs', line 5836 def hosts @hosts end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5837 5838 5839 |
# File 'sig/types.rbs', line 5837 def next_token @next_token end |