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.
      42503 42504 42505 42506 42507 42508 42509 42510 42511 42512 42513  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 42503 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.
      42503 42504 42505 42506 42507 42508 42509 42510 42511 42512 42513  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 42503 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.
      42503 42504 42505 42506 42507 42508 42509 42510 42511 42512 42513  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 42503 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.
      42503 42504 42505 42506 42507 42508 42509 42510 42511 42512 42513  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 42503 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.
      42503 42504 42505 42506 42507 42508 42509 42510 42511 42512 42513  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 42503 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.
      42503 42504 42505 42506 42507 42508 42509 42510 42511 42512 42513  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 42503 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.
      42503 42504 42505 42506 42507 42508 42509 42510 42511 42512 42513  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 42503 class InstanceEventWindow < Struct.new( :instance_event_window_id, :time_ranges, :name, :cron_expression, :association_target, :state, :tags) SENSITIVE = [] include Aws::Structure end  |