Class: Aws::Types::ListStateMachineVersionsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListStateMachineVersionsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#state_machine_versions ⇒ ::Array[Types::StateMachineVersionListItem]
Returns the value of attribute state_machine_versions.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
682 683 684 |
# File 'sig/types.rbs', line 682 def next_token @next_token end |
#state_machine_versions ⇒ ::Array[Types::StateMachineVersionListItem]
Returns the value of attribute state_machine_versions.
681 682 683 |
# File 'sig/types.rbs', line 681 def state_machine_versions @state_machine_versions end |