Class: Aws::EC2::Types::VolumeStatusAction

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes a volume status operation code.

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The code identifying the operation, for example, ‘enable-volume-io`.

Returns:

  • (String)


37205
37206
37207
37208
37209
37210
37211
# File 'lib/aws-sdk-ec2/types.rb', line 37205

class VolumeStatusAction < Struct.new(
  :code,
  :description,
  :event_id,
  :event_type)
  include Aws::Structure
end

#descriptionString

A description of the operation.

Returns:

  • (String)


37205
37206
37207
37208
37209
37210
37211
# File 'lib/aws-sdk-ec2/types.rb', line 37205

class VolumeStatusAction < Struct.new(
  :code,
  :description,
  :event_id,
  :event_type)
  include Aws::Structure
end

#event_idString

The ID of the event associated with this operation.

Returns:

  • (String)


37205
37206
37207
37208
37209
37210
37211
# File 'lib/aws-sdk-ec2/types.rb', line 37205

class VolumeStatusAction < Struct.new(
  :code,
  :description,
  :event_id,
  :event_type)
  include Aws::Structure
end

#event_typeString

The event type associated with this operation.

Returns:

  • (String)


37205
37206
37207
37208
37209
37210
37211
# File 'lib/aws-sdk-ec2/types.rb', line 37205

class VolumeStatusAction < Struct.new(
  :code,
  :description,
  :event_id,
  :event_type)
  include Aws::Structure
end