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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#codeString

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

Returns:

  • (String)


67590
67591
67592
67593
67594
67595
67596
67597
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67590

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

#descriptionString

A description of the operation.

Returns:

  • (String)


67590
67591
67592
67593
67594
67595
67596
67597
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67590

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

#event_idString

The ID of the event associated with this operation.

Returns:

  • (String)


67590
67591
67592
67593
67594
67595
67596
67597
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67590

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

#event_typeString

The event type associated with this operation.

Returns:

  • (String)


67590
67591
67592
67593
67594
67595
67596
67597
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67590

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