Class: Aws::EC2::Types::InstanceStatusEvent

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

Overview

Describes a scheduled event for an instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The event code.

Returns:

  • (String)


41411
41412
41413
41414
41415
41416
41417
41418
41419
41420
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41411

class InstanceStatusEvent < Struct.new(
  :instance_event_id,
  :code,
  :description,
  :not_after,
  :not_before,
  :not_before_deadline)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the event.

After a scheduled event is completed, it can still be described for up to a week. If the event has been completed, this description starts with the following text: [Completed].

Returns:

  • (String)


41411
41412
41413
41414
41415
41416
41417
41418
41419
41420
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41411

class InstanceStatusEvent < Struct.new(
  :instance_event_id,
  :code,
  :description,
  :not_after,
  :not_before,
  :not_before_deadline)
  SENSITIVE = []
  include Aws::Structure
end

#instance_event_idString

The ID of the event.

Returns:

  • (String)


41411
41412
41413
41414
41415
41416
41417
41418
41419
41420
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41411

class InstanceStatusEvent < Struct.new(
  :instance_event_id,
  :code,
  :description,
  :not_after,
  :not_before,
  :not_before_deadline)
  SENSITIVE = []
  include Aws::Structure
end

#not_afterTime

The latest scheduled end time for the event.

Returns:

  • (Time)


41411
41412
41413
41414
41415
41416
41417
41418
41419
41420
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41411

class InstanceStatusEvent < Struct.new(
  :instance_event_id,
  :code,
  :description,
  :not_after,
  :not_before,
  :not_before_deadline)
  SENSITIVE = []
  include Aws::Structure
end

#not_beforeTime

The earliest scheduled start time for the event.

Returns:

  • (Time)


41411
41412
41413
41414
41415
41416
41417
41418
41419
41420
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41411

class InstanceStatusEvent < Struct.new(
  :instance_event_id,
  :code,
  :description,
  :not_after,
  :not_before,
  :not_before_deadline)
  SENSITIVE = []
  include Aws::Structure
end

#not_before_deadlineTime

The deadline for starting the event.

Returns:

  • (Time)


41411
41412
41413
41414
41415
41416
41417
41418
41419
41420
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41411

class InstanceStatusEvent < Struct.new(
  :instance_event_id,
  :code,
  :description,
  :not_after,
  :not_before,
  :not_before_deadline)
  SENSITIVE = []
  include Aws::Structure
end