Class: Aws::EC2::Types::InstanceEventWindowStateChange
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::InstanceEventWindowStateChange
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
The state of the event window.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_event_window_id ⇒ String
The ID of the event window.
-
#state ⇒ String
The current state of the event window.
Instance Attribute Details
#instance_event_window_id ⇒ String
The ID of the event window.
42552 42553 42554 42555 42556 42557 |
# File 'lib/aws-sdk-ec2/types.rb', line 42552 class InstanceEventWindowStateChange < Struct.new( :instance_event_window_id, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the event window.
42552 42553 42554 42555 42556 42557 |
# File 'lib/aws-sdk-ec2/types.rb', line 42552 class InstanceEventWindowStateChange < Struct.new( :instance_event_window_id, :state) SENSITIVE = [] include Aws::Structure end |