Class: Aws::Types::VolumeStatusEvent
- Inherits:
-
Object
- Object
- Aws::Types::VolumeStatusEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#event_type ⇒ ::String
Returns the value of attribute event_type.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#not_after ⇒ ::Time
Returns the value of attribute not_after.
-
#not_before ⇒ ::Time
Returns the value of attribute not_before.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
19587 19588 19589 |
# File 'sig/types.rbs', line 19587 def description @description end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
19588 19589 19590 |
# File 'sig/types.rbs', line 19588 def event_id @event_id end |
#event_type ⇒ ::String
Returns the value of attribute event_type.
19589 19590 19591 |
# File 'sig/types.rbs', line 19589 def event_type @event_type end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
19592 19593 19594 |
# File 'sig/types.rbs', line 19592 def instance_id @instance_id end |
#not_after ⇒ ::Time
Returns the value of attribute not_after.
19590 19591 19592 |
# File 'sig/types.rbs', line 19590 def not_after @not_after end |
#not_before ⇒ ::Time
Returns the value of attribute not_before.
19591 19592 19593 |
# File 'sig/types.rbs', line 19591 def not_before @not_before end |