Class: Aws::Types::InstanceStatusEvent
- Inherits:
-
Object
- Object
- Aws::Types::InstanceStatusEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "instance-reboot", ...
Returns the value of attribute code.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#instance_event_id ⇒ ::String
Returns the value of attribute instance_event_id.
-
#not_after ⇒ ::Time
Returns the value of attribute not_after.
-
#not_before ⇒ ::Time
Returns the value of attribute not_before.
-
#not_before_deadline ⇒ ::Time
Returns the value of attribute not_before_deadline.
Instance Attribute Details
#code ⇒ "instance-reboot", ...
Returns the value of attribute code.
11788 11789 11790 |
# File 'sig/types.rbs', line 11788 def code @code end |
#description ⇒ ::String
Returns the value of attribute description.
11789 11790 11791 |
# File 'sig/types.rbs', line 11789 def description @description end |
#instance_event_id ⇒ ::String
Returns the value of attribute instance_event_id.
11787 11788 11789 |
# File 'sig/types.rbs', line 11787 def instance_event_id @instance_event_id end |
#not_after ⇒ ::Time
Returns the value of attribute not_after.
11790 11791 11792 |
# File 'sig/types.rbs', line 11790 def not_after @not_after end |
#not_before ⇒ ::Time
Returns the value of attribute not_before.
11791 11792 11793 |
# File 'sig/types.rbs', line 11791 def not_before @not_before end |
#not_before_deadline ⇒ ::Time
Returns the value of attribute not_before_deadline.
11792 11793 11794 |
# File 'sig/types.rbs', line 11792 def not_before_deadline @not_before_deadline end |