Class: Aws::Types::LifecycleEvent
- Inherits:
-
Object
- Object
- Aws::Types::LifecycleEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#diagnostics ⇒ Types::Diagnostics
Returns the value of attribute diagnostics.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#lifecycle_event_name ⇒ ::String
Returns the value of attribute lifecycle_event_name.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "Pending", ...
Returns the value of attribute status.
Instance Attribute Details
#diagnostics ⇒ Types::Diagnostics
Returns the value of attribute diagnostics.
910 911 912 |
# File 'sig/types.rbs', line 910 def diagnostics @diagnostics end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
912 913 914 |
# File 'sig/types.rbs', line 912 def end_time @end_time end |
#lifecycle_event_name ⇒ ::String
Returns the value of attribute lifecycle_event_name.
909 910 911 |
# File 'sig/types.rbs', line 909 def lifecycle_event_name @lifecycle_event_name end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
911 912 913 |
# File 'sig/types.rbs', line 911 def start_time @start_time end |
#status ⇒ "Pending", ...
Returns the value of attribute status.
913 914 915 |
# File 'sig/types.rbs', line 913 def status @status end |