Class: Aws::SSM::Types::ScheduledWindowExecution
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ScheduledWindowExecution
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Information about a scheduled execution for a maintenance window.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_time ⇒ String
The time, in ISO-8601 Extended format, that the maintenance window is scheduled to be run.
-
#name ⇒ String
The name of the maintenance window to be run.
-
#window_id ⇒ String
The ID of the maintenance window to be run.
Instance Attribute Details
#execution_time ⇒ String
The time, in ISO-8601 Extended format, that the maintenance window is scheduled to be run.
16890 16891 16892 16893 16894 16895 16896 |
# File 'lib/aws-sdk-ssm/types.rb', line 16890 class ScheduledWindowExecution < Struct.new( :window_id, :name, :execution_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the maintenance window to be run.
16890 16891 16892 16893 16894 16895 16896 |
# File 'lib/aws-sdk-ssm/types.rb', line 16890 class ScheduledWindowExecution < Struct.new( :window_id, :name, :execution_time) SENSITIVE = [] include Aws::Structure end |
#window_id ⇒ String
The ID of the maintenance window to be run.
16890 16891 16892 16893 16894 16895 16896 |
# File 'lib/aws-sdk-ssm/types.rb', line 16890 class ScheduledWindowExecution < Struct.new( :window_id, :name, :execution_time) SENSITIVE = [] include Aws::Structure end |