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)


67803
67804
67805
67806
67807
67808
67809
67810
67811
67812
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67803

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)


67803
67804
67805
67806
67807
67808
67809
67810
67811
67812
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67803

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)


67803
67804
67805
67806
67807
67808
67809
67810
67811
67812
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67803

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)


67803
67804
67805
67806
67807
67808
67809
67810
67811
67812
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67803

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)


67803
67804
67805
67806
67807
67808
67809
67810
67811
67812
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67803

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)


67803
67804
67805
67806
67807
67808
67809
67810
67811
67812
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67803

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