You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a volume status event.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the event.

Returns:

  • (String)

    A description of the event.

#event_idString

The ID of this event.

Returns:

  • (String)

    The ID of this event.

#event_typeString

The type of this event.

Returns:

  • (String)

    The type of this event.

#instance_idString

The ID of the instance associated with the event.

Returns:

  • (String)

    The ID of the instance associated with the event.

#not_afterTime

The latest end time of the event.

Returns:

  • (Time)

    The latest end time of the event.

#not_beforeTime

The earliest start time of the event.

Returns:

  • (Time)

    The earliest start time of the event.