Class: Aws::Types::ListCommandsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListCommandsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#commands ⇒ ::Array[Types::CommandSummary]
Returns the value of attribute commands.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#commands ⇒ ::Array[Types::CommandSummary]
Returns the value of attribute commands.
3157 3158 3159 |
# File 'sig/types.rbs', line 3157 def commands @commands end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3158 3159 3160 |
# File 'sig/types.rbs', line 3158 def next_token @next_token end |