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.
6019 6020 6021 |
# File 'sig/types.rbs', line 6019 def hosts @hosts end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6020 6021 6022 |
# File 'sig/types.rbs', line 6020 def next_token @next_token end |