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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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_idString

The ID of the event window.

Returns:

  • (String)


39454
39455
39456
39457
39458
39459
# File 'lib/aws-sdk-ec2/types.rb', line 39454

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

#stateString

The current state of the event window.

Returns:

  • (String)


39454
39455
39456
39457
39458
39459
# File 'lib/aws-sdk-ec2/types.rb', line 39454

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