Class: Aws::Types::StateExitedEventDetails
- Inherits:
-
Object
- Object
- Aws::Types::StateExitedEventDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assigned_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute assigned_variables.
-
#assigned_variables_details ⇒ Types::AssignedVariablesDetails
Returns the value of attribute assigned_variables_details.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output ⇒ ::String
Returns the value of attribute output.
-
#output_details ⇒ Types::HistoryEventExecutionDataDetails
Returns the value of attribute output_details.
Instance Attribute Details
#assigned_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute assigned_variables.
923 924 925 |
# File 'sig/types.rbs', line 923 def assigned_variables @assigned_variables end |
#assigned_variables_details ⇒ Types::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.
920 921 922 |
# File 'sig/types.rbs', line 920 def name @name end |
#output ⇒ ::String
Returns the value of attribute output.
921 922 923 |
# File 'sig/types.rbs', line 921 def output @output end |
#output_details ⇒ Types::HistoryEventExecutionDataDetails
Returns the value of attribute output_details.
922 923 924 |
# File 'sig/types.rbs', line 922 def output_details @output_details end |