Class: Aws::Types::VolumeStatusAction
- Inherits:
-
Object
- Object
- Aws::Types::VolumeStatusAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#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 Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
19567 19568 19569 |
# File 'sig/types.rbs', line 19567 def code @code end |
#description ⇒ ::String
Returns the value of attribute description.
19568 19569 19570 |
# File 'sig/types.rbs', line 19568 def description @description end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
19569 19570 19571 |
# File 'sig/types.rbs', line 19569 def event_id @event_id end |
#event_type ⇒ ::String
Returns the value of attribute event_type.
19570 19571 19572 |
# File 'sig/types.rbs', line 19570 def event_type @event_type end |