Class: Aws::EC2::Types::DeleteInstanceEventWindowResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_event_window_stateTypes::InstanceEventWindowStateChange

The state of the event window.



16365
16366
16367
16368
16369
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 16365

class DeleteInstanceEventWindowResult < Struct.new(
  :instance_event_window_state)
  SENSITIVE = []
  include Aws::Structure
end