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.
79317 79318 79319 79320 79321 79322 79323 79324 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 79317 class VolumeStatusAction < Struct.new( :code, :description, :event_id, :event_type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the operation.
79317 79318 79319 79320 79321 79322 79323 79324 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 79317 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.
79317 79318 79319 79320 79321 79322 79323 79324 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 79317 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.
79317 79318 79319 79320 79321 79322 79323 79324 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 79317 class VolumeStatusAction < Struct.new( :code, :description, :event_id, :event_type) SENSITIVE = [] include Aws::Structure end |