Class: Aws::EC2::Types::InstanceEventWindow
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::InstanceEventWindow
- Defined in:
- gems/aws-sdk-ec2/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.
40570 40571 40572 40573 40574 40575 40576 40577 40578 40579 40580 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40570 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.
40570 40571 40572 40573 40574 40575 40576 40577 40578 40579 40580 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40570 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.
40570 40571 40572 40573 40574 40575 40576 40577 40578 40579 40580 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40570 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.
40570 40571 40572 40573 40574 40575 40576 40577 40578 40579 40580 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40570 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.
40570 40571 40572 40573 40574 40575 40576 40577 40578 40579 40580 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40570 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.
40570 40571 40572 40573 40574 40575 40576 40577 40578 40579 40580 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40570 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.
40570 40571 40572 40573 40574 40575 40576 40577 40578 40579 40580 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40570 class InstanceEventWindow < Struct.new( :instance_event_window_id, :time_ranges, :name, :cron_expression, :association_target, :state, :tags) SENSITIVE = [] include Aws::Structure end |