Class: Aws::EC2::Types::VolumeStatusAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VolumeStatusAction
- Defined in:
- gems/aws-sdk-ec2/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
.
70876 70877 70878 70879 70880 70881 70882 70883 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70876 class VolumeStatusAction < Struct.new( :code, :description, :event_id, :event_type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the operation.
70876 70877 70878 70879 70880 70881 70882 70883 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70876 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.
70876 70877 70878 70879 70880 70881 70882 70883 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70876 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.
70876 70877 70878 70879 70880 70881 70882 70883 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70876 class VolumeStatusAction < Struct.new( :code, :description, :event_id, :event_type) SENSITIVE = [] include Aws::Structure end |