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.



13887
13888
13889
13890
13891
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13887

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