Class: Aws::EC2::Types::DeleteInstanceEventWindowResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteInstanceEventWindowResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_event_window_state ⇒ Types::InstanceEventWindowStateChange
The state of the event window.
Instance Attribute Details
#instance_event_window_state ⇒ Types::InstanceEventWindowStateChange
The state of the event window.
15218 15219 15220 15221 15222 |
# File 'lib/aws-sdk-ec2/types.rb', line 15218 class DeleteInstanceEventWindowResult < Struct.new( :instance_event_window_state) SENSITIVE = [] include Aws::Structure end |