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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

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

Returns:

  • (String)


87072
87073
87074
87075
87076
87077
87078
87079
# File 'lib/aws-sdk-ec2/types.rb', line 87072

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

#descriptionString

A description of the operation.

Returns:

  • (String)


87072
87073
87074
87075
87076
87077
87078
87079
# File 'lib/aws-sdk-ec2/types.rb', line 87072

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)


87072
87073
87074
87075
87076
87077
87078
87079
# File 'lib/aws-sdk-ec2/types.rb', line 87072

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)


87072
87073
87074
87075
87076
87077
87078
87079
# File 'lib/aws-sdk-ec2/types.rb', line 87072

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