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.
19248 19249 19250 |
# File 'sig/types.rbs', line 19248 def description @description end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
19249 19250 19251 |
# File 'sig/types.rbs', line 19249 def event_id @event_id end |
#event_type ⇒ ::String
Returns the value of attribute event_type.
19250 19251 19252 |
# File 'sig/types.rbs', line 19250 def event_type @event_type end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
19253 19254 19255 |
# File 'sig/types.rbs', line 19253 def instance_id @instance_id end |
#not_after ⇒ ::Time
Returns the value of attribute not_after.
19251 19252 19253 |
# File 'sig/types.rbs', line 19251 def not_after @not_after end |
#not_before ⇒ ::Time
Returns the value of attribute not_before.
19252 19253 19254 |
# File 'sig/types.rbs', line 19252 def not_before @not_before end |