Class: Aws::EC2::Types::InstanceEventWindowStateChange

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

Overview

The state of the event window.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_event_window_id ⇒ String

The ID of the event window.

Returns:

  • (String)


54447
54448
54449
54450
54451
54452
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54447

class InstanceEventWindowStateChange < Struct.new(
  :instance_event_window_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#state ⇒ String

The current state of the event window.

Returns:

  • (String)


54447
54448
54449
54450
54451
54452
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54447

class InstanceEventWindowStateChange < Struct.new(
  :instance_event_window_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end