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.
19588 19589 19590 |
# File 'sig/types.rbs', line 19588 def code @code end |
#description ⇒ ::String
Returns the value of attribute description.
19589 19590 19591 |
# File 'sig/types.rbs', line 19589 def description @description end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
19590 19591 19592 |
# File 'sig/types.rbs', line 19590 def event_id @event_id end |
#event_type ⇒ ::String
Returns the value of attribute event_type.
19591 19592 19593 |
# File 'sig/types.rbs', line 19591 def event_type @event_type end |