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.
12283 12284 12285 |
# File 'sig/types.rbs', line 12283 def code @code end |
#description ⇒ ::String
Returns the value of attribute description.
12284 12285 12286 |
# File 'sig/types.rbs', line 12284 def description @description end |
#instance_event_id ⇒ ::String
Returns the value of attribute instance_event_id.
12282 12283 12284 |
# File 'sig/types.rbs', line 12282 def instance_event_id @instance_event_id end |
#not_after ⇒ ::Time
Returns the value of attribute not_after.
12285 12286 12287 |
# File 'sig/types.rbs', line 12285 def not_after @not_after end |
#not_before ⇒ ::Time
Returns the value of attribute not_before.
12286 12287 12288 |
# File 'sig/types.rbs', line 12286 def not_before @not_before end |
#not_before_deadline ⇒ ::Time
Returns the value of attribute not_before_deadline.
12287 12288 12289 |
# File 'sig/types.rbs', line 12287 def not_before_deadline @not_before_deadline end |