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.



19713
19714
19715
19716
19717
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 19713

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