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.
18901 18902 18903 |
# File 'sig/types.rbs', line 18901 def code @code end |
#description ⇒ ::String
Returns the value of attribute description.
18902 18903 18904 |
# File 'sig/types.rbs', line 18902 def description @description end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
18903 18904 18905 |
# File 'sig/types.rbs', line 18903 def event_id @event_id end |
#event_type ⇒ ::String
Returns the value of attribute event_type.
18904 18905 18906 |
# File 'sig/types.rbs', line 18904 def event_type @event_type end |