Class: Aws::SSM::Types::MaintenanceWindowExecutionTaskInvocationIdentity
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::MaintenanceWindowExecutionTaskInvocationIdentity
- Defined in:
- gems/aws-sdk-ssm/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.
12922 12923 12924 12925 12926 12927 12928 12929 12930 12931 12932 12933 12934 12935 12936 12937 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12922 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.
12922 12923 12924 12925 12926 12927 12928 12929 12930 12931 12932 12933 12934 12935 12936 12937 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12922 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.
12922 12923 12924 12925 12926 12927 12928 12929 12930 12931 12932 12933 12934 12935 12936 12937 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12922 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.
12922 12923 12924 12925 12926 12927 12928 12929 12930 12931 12932 12933 12934 12935 12936 12937 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12922 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.
12922 12923 12924 12925 12926 12927 12928 12929 12930 12931 12932 12933 12934 12935 12936 12937 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12922 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.
12922 12923 12924 12925 12926 12927 12928 12929 12930 12931 12932 12933 12934 12935 12936 12937 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12922 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.
12922 12923 12924 12925 12926 12927 12928 12929 12930 12931 12932 12933 12934 12935 12936 12937 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12922 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.
12922 12923 12924 12925 12926 12927 12928 12929 12930 12931 12932 12933 12934 12935 12936 12937 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12922 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.
12922 12923 12924 12925 12926 12927 12928 12929 12930 12931 12932 12933 12934 12935 12936 12937 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12922 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.
12922 12923 12924 12925 12926 12927 12928 12929 12930 12931 12932 12933 12934 12935 12936 12937 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12922 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.
12922 12923 12924 12925 12926 12927 12928 12929 12930 12931 12932 12933 12934 12935 12936 12937 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12922 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.
12922 12923 12924 12925 12926 12927 12928 12929 12930 12931 12932 12933 12934 12935 12936 12937 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12922 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 |