Class: Aws::EC2::Types::VolumeStatusAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VolumeStatusAction
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a volume status operation code.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The code identifying the operation, for example, ‘enable-volume-io`.
-
#description ⇒ String
A description of the operation.
-
#event_id ⇒ String
The ID of the event associated with this operation.
-
#event_type ⇒ String
The event type associated with this operation.
Instance Attribute Details
#code ⇒ String
The code identifying the operation, for example, ‘enable-volume-io`.
72550 72551 72552 72553 72554 72555 72556 72557 |
# File 'lib/aws-sdk-ec2/types.rb', line 72550 class VolumeStatusAction < Struct.new( :code, :description, :event_id, :event_type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the operation.
72550 72551 72552 72553 72554 72555 72556 72557 |
# File 'lib/aws-sdk-ec2/types.rb', line 72550 class VolumeStatusAction < Struct.new( :code, :description, :event_id, :event_type) SENSITIVE = [] include Aws::Structure end |
#event_id ⇒ String
The ID of the event associated with this operation.
72550 72551 72552 72553 72554 72555 72556 72557 |
# File 'lib/aws-sdk-ec2/types.rb', line 72550 class VolumeStatusAction < Struct.new( :code, :description, :event_id, :event_type) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ String
The event type associated with this operation.
72550 72551 72552 72553 72554 72555 72556 72557 |
# File 'lib/aws-sdk-ec2/types.rb', line 72550 class VolumeStatusAction < Struct.new( :code, :description, :event_id, :event_type) SENSITIVE = [] include Aws::Structure end |