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.
18921 18922 18923 |
# File 'sig/types.rbs', line 18921 def description @description end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
18922 18923 18924 |
# File 'sig/types.rbs', line 18922 def event_id @event_id end |
#event_type ⇒ ::String
Returns the value of attribute event_type.
18923 18924 18925 |
# File 'sig/types.rbs', line 18923 def event_type @event_type end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
18926 18927 18928 |
# File 'sig/types.rbs', line 18926 def instance_id @instance_id end |
#not_after ⇒ ::Time
Returns the value of attribute not_after.
18924 18925 18926 |
# File 'sig/types.rbs', line 18924 def not_after @not_after end |
#not_before ⇒ ::Time
Returns the value of attribute not_before.
18925 18926 18927 |
# File 'sig/types.rbs', line 18925 def not_before @not_before end |