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.
12898 12899 12900 12901 12902 12903 12904 12905 12906 12907 12908 12909 12910 12911 12912 12913 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12898 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.
12898 12899 12900 12901 12902 12903 12904 12905 12906 12907 12908 12909 12910 12911 12912 12913 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12898 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.
12898 12899 12900 12901 12902 12903 12904 12905 12906 12907 12908 12909 12910 12911 12912 12913 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12898 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.
12898 12899 12900 12901 12902 12903 12904 12905 12906 12907 12908 12909 12910 12911 12912 12913 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12898 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.
12898 12899 12900 12901 12902 12903 12904 12905 12906 12907 12908 12909 12910 12911 12912 12913 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12898 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.
12898 12899 12900 12901 12902 12903 12904 12905 12906 12907 12908 12909 12910 12911 12912 12913 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12898 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.
12898 12899 12900 12901 12902 12903 12904 12905 12906 12907 12908 12909 12910 12911 12912 12913 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12898 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.
12898 12899 12900 12901 12902 12903 12904 12905 12906 12907 12908 12909 12910 12911 12912 12913 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12898 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.
12898 12899 12900 12901 12902 12903 12904 12905 12906 12907 12908 12909 12910 12911 12912 12913 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12898 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.
12898 12899 12900 12901 12902 12903 12904 12905 12906 12907 12908 12909 12910 12911 12912 12913 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12898 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.
12898 12899 12900 12901 12902 12903 12904 12905 12906 12907 12908 12909 12910 12911 12912 12913 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12898 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.
12898 12899 12900 12901 12902 12903 12904 12905 12906 12907 12908 12909 12910 12911 12912 12913 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12898 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 |