Class: Aws::EC2::Types::CreateInstanceEventWindowResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::CreateInstanceEventWindowResult
 
- 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.
| 10546 10547 10548 10549 10550 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 10546 class CreateInstanceEventWindowResult < Struct.new( :instance_event_window) SENSITIVE = [] include Aws::Structure end |