Class: Aws::Types::StateEnteredEventDetails
- Inherits:
-
Object
- Object
- Aws::Types::StateEnteredEventDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input ⇒ ::String
Returns the value of attribute input.
-
#input_details ⇒ Types::HistoryEventExecutionDataDetails
Returns the value of attribute input_details.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#input ⇒ ::String
Returns the value of attribute input.
914 915 916 |
# File 'sig/types.rbs', line 914 def input @input end |
#input_details ⇒ Types::HistoryEventExecutionDataDetails
Returns the value of attribute input_details.
915 916 917 |
# File 'sig/types.rbs', line 915 def input_details @input_details end |
#name ⇒ ::String
Returns the value of attribute name.
913 914 915 |
# File 'sig/types.rbs', line 913 def name @name end |