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.
19228 19229 19230 |
# File 'sig/types.rbs', line 19228 def code @code end |
#description ⇒ ::String
Returns the value of attribute description.
19229 19230 19231 |
# File 'sig/types.rbs', line 19229 def description @description end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
19230 19231 19232 |
# File 'sig/types.rbs', line 19230 def event_id @event_id end |
#event_type ⇒ ::String
Returns the value of attribute event_type.
19231 19232 19233 |
# File 'sig/types.rbs', line 19231 def event_type @event_type end |