Class: Aws::Types::StateExitedEventDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:output])

Instance Attribute Summary collapse

Instance Attribute Details

#assigned_variables::Hash[::String, ::String]

Returns the value of attribute assigned_variables.

Returns:

  • (::Hash[::String, ::String])


923
924
925
# File 'sig/types.rbs', line 923

def assigned_variables
  @assigned_variables
end

#assigned_variables_detailsTypes::AssignedVariablesDetails

Returns the value of attribute assigned_variables_details.



924
925
926
# File 'sig/types.rbs', line 924

def assigned_variables_details
  @assigned_variables_details
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


920
921
922
# File 'sig/types.rbs', line 920

def name
  @name
end

#output::String

Returns the value of attribute output.

Returns:

  • (::String)


921
922
923
# File 'sig/types.rbs', line 921

def output
  @output
end

#output_detailsTypes::HistoryEventExecutionDataDetails

Returns the value of attribute output_details.



922
923
924
# File 'sig/types.rbs', line 922

def output_details
  @output_details
end