Class: Aws::Types::ExecutionEvent
- Inherits:
-
Object
- Object
- Aws::Types::ExecutionEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#error ⇒ ::String
Returns the value of attribute error.
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#execution_block_type ⇒ "CustomActionLambda", ...
Returns the value of attribute execution_block_type.
-
#previous_event_id ⇒ ::String
Returns the value of attribute previous_event_id.
-
#resources ⇒ ::Array[::String]
Returns the value of attribute resources.
-
#step_name ⇒ ::String
Returns the value of attribute step_name.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
-
#type ⇒ "unknown", ...
Returns the value of attribute type.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
314 315 316 |
# File 'sig/types.rbs', line 314 def description @description end |
#error ⇒ ::String
Returns the value of attribute error.
313 314 315 |
# File 'sig/types.rbs', line 313 def error @error end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
315 316 317 |
# File 'sig/types.rbs', line 315 def event_id @event_id end |
#execution_block_type ⇒ "CustomActionLambda", ...
Returns the value of attribute execution_block_type.
311 312 313 |
# File 'sig/types.rbs', line 311 def execution_block_type @execution_block_type end |
#previous_event_id ⇒ ::String
Returns the value of attribute previous_event_id.
316 317 318 |
# File 'sig/types.rbs', line 316 def previous_event_id @previous_event_id end |
#resources ⇒ ::Array[::String]
Returns the value of attribute resources.
312 313 314 |
# File 'sig/types.rbs', line 312 def resources @resources end |
#step_name ⇒ ::String
Returns the value of attribute step_name.
310 311 312 |
# File 'sig/types.rbs', line 310 def step_name @step_name end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
308 309 310 |
# File 'sig/types.rbs', line 308 def @timestamp end |
#type ⇒ "unknown", ...
Returns the value of attribute type.
309 310 311 |
# File 'sig/types.rbs', line 309 def type @type end |