Class: Aws::EC2::Types::InstanceEventWindow
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::InstanceEventWindow
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
The event window.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #association_target  ⇒ Types::InstanceEventWindowAssociationTarget 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    One or more targets associated with the event window. 
- 
  
    
      #cron_expression  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The cron expression defined for the event window. 
- 
  
    
      #instance_event_window_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the event window. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the event window. 
- 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The current state of the event window. 
- 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The instance tags associated with the event window. 
- 
  
    
      #time_ranges  ⇒ Array<Types::InstanceEventWindowTimeRange> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    One or more time ranges defined for the event window. 
Instance Attribute Details
#association_target ⇒ Types::InstanceEventWindowAssociationTarget
One or more targets associated with the event window.
| 39933 39934 39935 39936 39937 39938 39939 39940 39941 39942 39943 | # File 'lib/aws-sdk-ec2/types.rb', line 39933 class InstanceEventWindow < Struct.new( :instance_event_window_id, :time_ranges, :name, :cron_expression, :association_target, :state, :tags) SENSITIVE = [] include Aws::Structure end | 
#cron_expression ⇒ String
The cron expression defined for the event window.
| 39933 39934 39935 39936 39937 39938 39939 39940 39941 39942 39943 | # File 'lib/aws-sdk-ec2/types.rb', line 39933 class InstanceEventWindow < Struct.new( :instance_event_window_id, :time_ranges, :name, :cron_expression, :association_target, :state, :tags) SENSITIVE = [] include Aws::Structure end | 
#instance_event_window_id ⇒ String
The ID of the event window.
| 39933 39934 39935 39936 39937 39938 39939 39940 39941 39942 39943 | # File 'lib/aws-sdk-ec2/types.rb', line 39933 class InstanceEventWindow < Struct.new( :instance_event_window_id, :time_ranges, :name, :cron_expression, :association_target, :state, :tags) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the event window.
| 39933 39934 39935 39936 39937 39938 39939 39940 39941 39942 39943 | # File 'lib/aws-sdk-ec2/types.rb', line 39933 class InstanceEventWindow < Struct.new( :instance_event_window_id, :time_ranges, :name, :cron_expression, :association_target, :state, :tags) SENSITIVE = [] include Aws::Structure end | 
#state ⇒ String
The current state of the event window.
| 39933 39934 39935 39936 39937 39938 39939 39940 39941 39942 39943 | # File 'lib/aws-sdk-ec2/types.rb', line 39933 class InstanceEventWindow < Struct.new( :instance_event_window_id, :time_ranges, :name, :cron_expression, :association_target, :state, :tags) SENSITIVE = [] include Aws::Structure end | 
#tags ⇒ Array<Types::Tag>
The instance tags associated with the event window.
| 39933 39934 39935 39936 39937 39938 39939 39940 39941 39942 39943 | # File 'lib/aws-sdk-ec2/types.rb', line 39933 class InstanceEventWindow < Struct.new( :instance_event_window_id, :time_ranges, :name, :cron_expression, :association_target, :state, :tags) SENSITIVE = [] include Aws::Structure end | 
#time_ranges ⇒ Array<Types::InstanceEventWindowTimeRange>
One or more time ranges defined for the event window.
| 39933 39934 39935 39936 39937 39938 39939 39940 39941 39942 39943 | # File 'lib/aws-sdk-ec2/types.rb', line 39933 class InstanceEventWindow < Struct.new( :instance_event_window_id, :time_ranges, :name, :cron_expression, :association_target, :state, :tags) SENSITIVE = [] include Aws::Structure end |