Class: Aws::SSM::Types::MaintenanceWindowExecutionTaskInvocationIdentity
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::MaintenanceWindowExecutionTaskInvocationIdentity
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Describes the information about a task invocation for a particular target as part of a task execution performed as part of a maintenance window execution.
Constant Summary collapse
- SENSITIVE =
[:parameters, :owner_information]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The time the invocation finished.
-
#execution_id ⇒ String
The ID of the action performed in the service that actually handled the task invocation.
-
#invocation_id ⇒ String
The ID of the task invocation.
-
#owner_information ⇒ String
User-provided value that was specified when the target was registered with the maintenance window.
-
#parameters ⇒ String
The parameters that were provided for the invocation when it was run.
-
#start_time ⇒ Time
The time the invocation started.
-
#status ⇒ String
The status of the task invocation.
-
#status_details ⇒ String
The details explaining the status of the task invocation.
-
#task_execution_id ⇒ String
The ID of the specific task execution in the maintenance window execution.
-
#task_type ⇒ String
The task type.
-
#window_execution_id ⇒ String
The ID of the maintenance window execution that ran the task.
-
#window_target_id ⇒ String
The ID of the target definition in this maintenance window the invocation was performed for.
Instance Attribute Details
#end_time ⇒ Time
The time the invocation finished.
11834 11835 11836 11837 11838 11839 11840 11841 11842 11843 11844 11845 11846 11847 11848 11849 |
# File 'lib/aws-sdk-ssm/types.rb', line 11834 class MaintenanceWindowExecutionTaskInvocationIdentity < Struct.new( :window_execution_id, :task_execution_id, :invocation_id, :execution_id, :task_type, :parameters, :status, :status_details, :start_time, :end_time, :owner_information, :window_target_id) SENSITIVE = [:parameters, :owner_information] include Aws::Structure end |
#execution_id ⇒ String
The ID of the action performed in the service that actually handled the task invocation. If the task type is ‘RUN_COMMAND`, this value is the command ID.
11834 11835 11836 11837 11838 11839 11840 11841 11842 11843 11844 11845 11846 11847 11848 11849 |
# File 'lib/aws-sdk-ssm/types.rb', line 11834 class MaintenanceWindowExecutionTaskInvocationIdentity < Struct.new( :window_execution_id, :task_execution_id, :invocation_id, :execution_id, :task_type, :parameters, :status, :status_details, :start_time, :end_time, :owner_information, :window_target_id) SENSITIVE = [:parameters, :owner_information] include Aws::Structure end |
#invocation_id ⇒ String
The ID of the task invocation.
11834 11835 11836 11837 11838 11839 11840 11841 11842 11843 11844 11845 11846 11847 11848 11849 |
# File 'lib/aws-sdk-ssm/types.rb', line 11834 class MaintenanceWindowExecutionTaskInvocationIdentity < Struct.new( :window_execution_id, :task_execution_id, :invocation_id, :execution_id, :task_type, :parameters, :status, :status_details, :start_time, :end_time, :owner_information, :window_target_id) SENSITIVE = [:parameters, :owner_information] include Aws::Structure end |
#owner_information ⇒ String
User-provided value that was specified when the target was registered with the maintenance window. This was also included in any Amazon CloudWatch Events events raised during the task invocation.
11834 11835 11836 11837 11838 11839 11840 11841 11842 11843 11844 11845 11846 11847 11848 11849 |
# File 'lib/aws-sdk-ssm/types.rb', line 11834 class MaintenanceWindowExecutionTaskInvocationIdentity < Struct.new( :window_execution_id, :task_execution_id, :invocation_id, :execution_id, :task_type, :parameters, :status, :status_details, :start_time, :end_time, :owner_information, :window_target_id) SENSITIVE = [:parameters, :owner_information] include Aws::Structure end |
#parameters ⇒ String
The parameters that were provided for the invocation when it was run.
11834 11835 11836 11837 11838 11839 11840 11841 11842 11843 11844 11845 11846 11847 11848 11849 |
# File 'lib/aws-sdk-ssm/types.rb', line 11834 class MaintenanceWindowExecutionTaskInvocationIdentity < Struct.new( :window_execution_id, :task_execution_id, :invocation_id, :execution_id, :task_type, :parameters, :status, :status_details, :start_time, :end_time, :owner_information, :window_target_id) SENSITIVE = [:parameters, :owner_information] include Aws::Structure end |
#start_time ⇒ Time
The time the invocation started.
11834 11835 11836 11837 11838 11839 11840 11841 11842 11843 11844 11845 11846 11847 11848 11849 |
# File 'lib/aws-sdk-ssm/types.rb', line 11834 class MaintenanceWindowExecutionTaskInvocationIdentity < Struct.new( :window_execution_id, :task_execution_id, :invocation_id, :execution_id, :task_type, :parameters, :status, :status_details, :start_time, :end_time, :owner_information, :window_target_id) SENSITIVE = [:parameters, :owner_information] include Aws::Structure end |
#status ⇒ String
The status of the task invocation.
11834 11835 11836 11837 11838 11839 11840 11841 11842 11843 11844 11845 11846 11847 11848 11849 |
# File 'lib/aws-sdk-ssm/types.rb', line 11834 class MaintenanceWindowExecutionTaskInvocationIdentity < Struct.new( :window_execution_id, :task_execution_id, :invocation_id, :execution_id, :task_type, :parameters, :status, :status_details, :start_time, :end_time, :owner_information, :window_target_id) SENSITIVE = [:parameters, :owner_information] include Aws::Structure end |
#status_details ⇒ String
The details explaining the status of the task invocation. Not available for all status values.
11834 11835 11836 11837 11838 11839 11840 11841 11842 11843 11844 11845 11846 11847 11848 11849 |
# File 'lib/aws-sdk-ssm/types.rb', line 11834 class MaintenanceWindowExecutionTaskInvocationIdentity < Struct.new( :window_execution_id, :task_execution_id, :invocation_id, :execution_id, :task_type, :parameters, :status, :status_details, :start_time, :end_time, :owner_information, :window_target_id) SENSITIVE = [:parameters, :owner_information] include Aws::Structure end |
#task_execution_id ⇒ String
The ID of the specific task execution in the maintenance window execution.
11834 11835 11836 11837 11838 11839 11840 11841 11842 11843 11844 11845 11846 11847 11848 11849 |
# File 'lib/aws-sdk-ssm/types.rb', line 11834 class MaintenanceWindowExecutionTaskInvocationIdentity < Struct.new( :window_execution_id, :task_execution_id, :invocation_id, :execution_id, :task_type, :parameters, :status, :status_details, :start_time, :end_time, :owner_information, :window_target_id) SENSITIVE = [:parameters, :owner_information] include Aws::Structure end |
#task_type ⇒ String
The task type.
11834 11835 11836 11837 11838 11839 11840 11841 11842 11843 11844 11845 11846 11847 11848 11849 |
# File 'lib/aws-sdk-ssm/types.rb', line 11834 class MaintenanceWindowExecutionTaskInvocationIdentity < Struct.new( :window_execution_id, :task_execution_id, :invocation_id, :execution_id, :task_type, :parameters, :status, :status_details, :start_time, :end_time, :owner_information, :window_target_id) SENSITIVE = [:parameters, :owner_information] include Aws::Structure end |
#window_execution_id ⇒ String
The ID of the maintenance window execution that ran the task.
11834 11835 11836 11837 11838 11839 11840 11841 11842 11843 11844 11845 11846 11847 11848 11849 |
# File 'lib/aws-sdk-ssm/types.rb', line 11834 class MaintenanceWindowExecutionTaskInvocationIdentity < Struct.new( :window_execution_id, :task_execution_id, :invocation_id, :execution_id, :task_type, :parameters, :status, :status_details, :start_time, :end_time, :owner_information, :window_target_id) SENSITIVE = [:parameters, :owner_information] include Aws::Structure end |
#window_target_id ⇒ String
The ID of the target definition in this maintenance window the invocation was performed for.
11834 11835 11836 11837 11838 11839 11840 11841 11842 11843 11844 11845 11846 11847 11848 11849 |
# File 'lib/aws-sdk-ssm/types.rb', line 11834 class MaintenanceWindowExecutionTaskInvocationIdentity < Struct.new( :window_execution_id, :task_execution_id, :invocation_id, :execution_id, :task_type, :parameters, :status, :status_details, :start_time, :end_time, :owner_information, :window_target_id) SENSITIVE = [:parameters, :owner_information] include Aws::Structure end |