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)


24568
24569
24570
24571
24572
24573
24574
# File 'lib/aws-sdk-ec2/types.rb', line 24568

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

#descriptionString

A description of the operation.

Returns:

  • (String)


24568
24569
24570
24571
24572
24573
24574
# File 'lib/aws-sdk-ec2/types.rb', line 24568

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)


24568
24569
24570
24571
24572
24573
24574
# File 'lib/aws-sdk-ec2/types.rb', line 24568

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)


24568
24569
24570
24571
24572
24573
24574
# File 'lib/aws-sdk-ec2/types.rb', line 24568

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