Class: Aws::Types::ListStateMachineVersionsOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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