Class: Aws::Types::ListNodesSummaryResult
- Inherits:
-
Object
- Object
- Aws::Types::ListNodesSummaryResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#summary ⇒ ::Array[::Hash[::String, ::String]]
Returns the value of attribute summary.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
2903 2904 2905 |
# File 'sig/types.rbs', line 2903 def next_token @next_token end |
#summary ⇒ ::Array[::Hash[::String, ::String]]
Returns the value of attribute summary.
2902 2903 2904 |
# File 'sig/types.rbs', line 2902 def summary @summary end |