Class: Aws::EC2::Types::DeleteInstanceEventWindowResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteInstanceEventWindowResult
- Defined in:
- gems/aws-sdk-ec2/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.
15243 15244 15245 15246 15247 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 15243 class DeleteInstanceEventWindowResult < Struct.new( :instance_event_window_state) SENSITIVE = [] include Aws::Structure end |