Class: Aws::EC2::Types::AssociateInstanceEventWindowResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AssociateInstanceEventWindowResult
- Defined in:
- gems/aws-sdk-ec2/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.
2194 2195 2196 2197 2198 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2194 class AssociateInstanceEventWindowResult < Struct.new( :instance_event_window) SENSITIVE = [] include Aws::Structure end |