Class: Aws::EC2::Types::VolumeStatusEvent

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

Overview

Describes a volume status event.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the event.

Returns:

  • (String)


36977
36978
36979
36980
36981
36982
36983
36984
# File 'lib/aws-sdk-ec2/types.rb', line 36977

class VolumeStatusEvent < Struct.new(
  :description,
  :event_id,
  :event_type,
  :not_after,
  :not_before)
  include Aws::Structure
end

#event_idString

The ID of this event.

Returns:

  • (String)


36977
36978
36979
36980
36981
36982
36983
36984
# File 'lib/aws-sdk-ec2/types.rb', line 36977

class VolumeStatusEvent < Struct.new(
  :description,
  :event_id,
  :event_type,
  :not_after,
  :not_before)
  include Aws::Structure
end

#event_typeString

The type of this event.

Returns:

  • (String)


36977
36978
36979
36980
36981
36982
36983
36984
# File 'lib/aws-sdk-ec2/types.rb', line 36977

class VolumeStatusEvent < Struct.new(
  :description,
  :event_id,
  :event_type,
  :not_after,
  :not_before)
  include Aws::Structure
end

#not_afterTime

The latest end time of the event.

Returns:

  • (Time)


36977
36978
36979
36980
36981
36982
36983
36984
# File 'lib/aws-sdk-ec2/types.rb', line 36977

class VolumeStatusEvent < Struct.new(
  :description,
  :event_id,
  :event_type,
  :not_after,
  :not_before)
  include Aws::Structure
end

#not_beforeTime

The earliest start time of the event.

Returns:

  • (Time)


36977
36978
36979
36980
36981
36982
36983
36984
# File 'lib/aws-sdk-ec2/types.rb', line 36977

class VolumeStatusEvent < Struct.new(
  :description,
  :event_id,
  :event_type,
  :not_after,
  :not_before)
  include Aws::Structure
end