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`.
68589 68590 68591 68592 68593 68594 68595 68596 |
# File 'lib/aws-sdk-ec2/types.rb', line 68589 class VolumeStatusAction < Struct.new( :code, :description, :event_id, :event_type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the operation.
68589 68590 68591 68592 68593 68594 68595 68596 |
# File 'lib/aws-sdk-ec2/types.rb', line 68589 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.
68589 68590 68591 68592 68593 68594 68595 68596 |
# File 'lib/aws-sdk-ec2/types.rb', line 68589 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.
68589 68590 68591 68592 68593 68594 68595 68596 |
# File 'lib/aws-sdk-ec2/types.rb', line 68589 class VolumeStatusAction < Struct.new( :code, :description, :event_id, :event_type) SENSITIVE = [] include Aws::Structure end |