Class: Aws::Types::StateMachineAliasListItem

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)


930
931
932
# File 'sig/types.rbs', line 930

def creation_date
  @creation_date
end

#state_machine_alias_arn::String

Returns the value of attribute state_machine_alias_arn.

Returns:

  • (::String)


929
930
931
# File 'sig/types.rbs', line 929

def state_machine_alias_arn
  @state_machine_alias_arn
end