Class: Aws::EC2::Types::DisassociateInstanceEventWindowResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DisassociateInstanceEventWindowResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_event_window ⇒ Types::InstanceEventWindow
Information about the event window.
Instance Attribute Details
#instance_event_window ⇒ Types::InstanceEventWindow
Information about the event window.
31723 31724 31725 31726 31727 |
# File 'lib/aws-sdk-ec2/types.rb', line 31723 class DisassociateInstanceEventWindowResult < Struct.new( :instance_event_window) SENSITIVE = [] include Aws::Structure end |