Class: Aws::Types::StateMachineListItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


958
959
960
# File 'sig/types.rbs', line 958

def creation_date
  @creation_date
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


956
957
958
# File 'sig/types.rbs', line 956

def name
  @name
end

#state_machine_arn::String

Returns the value of attribute state_machine_arn.

Returns:

  • (::String)


955
956
957
# File 'sig/types.rbs', line 955

def state_machine_arn
  @state_machine_arn
end

#type"STANDARD", "EXPRESS"

Returns the value of attribute type.

Returns:

  • ("STANDARD", "EXPRESS")


957
958
959
# File 'sig/types.rbs', line 957

def type
  @type
end