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

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

Overview

Describes a volume status event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the event.

Returns:

  • (String)


67674
67675
67676
67677
67678
67679
67680
67681
67682
67683
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67674

class VolumeStatusEvent < Struct.new(
  :description,
  :event_id,
  :event_type,
  :not_after,
  :not_before,
  :instance_id)
  SENSITIVE = []
  include Aws::Structure
end

#event_idString

The ID of this event.

Returns:

  • (String)


67674
67675
67676
67677
67678
67679
67680
67681
67682
67683
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67674

class VolumeStatusEvent < Struct.new(
  :description,
  :event_id,
  :event_type,
  :not_after,
  :not_before,
  :instance_id)
  SENSITIVE = []
  include Aws::Structure
end

#event_typeString

The type of this event.

Returns:

  • (String)


67674
67675
67676
67677
67678
67679
67680
67681
67682
67683
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67674

class VolumeStatusEvent < Struct.new(
  :description,
  :event_id,
  :event_type,
  :not_after,
  :not_before,
  :instance_id)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The ID of the instance associated with the event.

Returns:

  • (String)


67674
67675
67676
67677
67678
67679
67680
67681
67682
67683
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67674

class VolumeStatusEvent < Struct.new(
  :description,
  :event_id,
  :event_type,
  :not_after,
  :not_before,
  :instance_id)
  SENSITIVE = []
  include Aws::Structure
end

#not_afterTime

The latest end time of the event.

Returns:

  • (Time)


67674
67675
67676
67677
67678
67679
67680
67681
67682
67683
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67674

class VolumeStatusEvent < Struct.new(
  :description,
  :event_id,
  :event_type,
  :not_after,
  :not_before,
  :instance_id)
  SENSITIVE = []
  include Aws::Structure
end

#not_beforeTime

The earliest start time of the event.

Returns:

  • (Time)


67674
67675
67676
67677
67678
67679
67680
67681
67682
67683
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67674

class VolumeStatusEvent < Struct.new(
  :description,
  :event_id,
  :event_type,
  :not_after,
  :not_before,
  :instance_id)
  SENSITIVE = []
  include Aws::Structure
end