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.
12059 12060 12061 |
# File 'sig/types.rbs', line 12059 def code @code end |
#description ⇒ ::String
Returns the value of attribute description.
12060 12061 12062 |
# File 'sig/types.rbs', line 12060 def description @description end |
#instance_event_id ⇒ ::String
Returns the value of attribute instance_event_id.
12058 12059 12060 |
# File 'sig/types.rbs', line 12058 def instance_event_id @instance_event_id end |
#not_after ⇒ ::Time
Returns the value of attribute not_after.
12061 12062 12063 |
# File 'sig/types.rbs', line 12061 def not_after @not_after end |
#not_before ⇒ ::Time
Returns the value of attribute not_before.
12062 12063 12064 |
# File 'sig/types.rbs', line 12062 def not_before @not_before end |
#not_before_deadline ⇒ ::Time
Returns the value of attribute not_before_deadline.
12063 12064 12065 |
# File 'sig/types.rbs', line 12063 def not_before_deadline @not_before_deadline end |