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.
19608 19609 19610 |
# File 'sig/types.rbs', line 19608 def description @description end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
19609 19610 19611 |
# File 'sig/types.rbs', line 19609 def event_id @event_id end |
#event_type ⇒ ::String
Returns the value of attribute event_type.
19610 19611 19612 |
# File 'sig/types.rbs', line 19610 def event_type @event_type end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
19613 19614 19615 |
# File 'sig/types.rbs', line 19613 def instance_id @instance_id end |
#not_after ⇒ ::Time
Returns the value of attribute not_after.
19611 19612 19613 |
# File 'sig/types.rbs', line 19611 def not_after @not_after end |
#not_before ⇒ ::Time
Returns the value of attribute not_before.
19612 19613 19614 |
# File 'sig/types.rbs', line 19612 def not_before @not_before end |