Class: Aws::Types::ListStateMachinesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListStateMachinesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#state_machines ⇒ ::Array[Types::StateMachineListItem]
Returns the value of attribute state_machines.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
694 695 696 |
# File 'sig/types.rbs', line 694 def next_token @next_token end |
#state_machines ⇒ ::Array[Types::StateMachineListItem]
Returns the value of attribute state_machines.
693 694 695 |
# File 'sig/types.rbs', line 693 def state_machines @state_machines end |