Class: Aws::SSM::Types::MaintenanceWindowExecutionTaskInvocationIdentity

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#end_timeTime

The time the invocation finished.

Returns:

  • (Time)


11996
11997
11998
11999
12000
12001
12002
12003
12004
12005
12006
12007
12008
12009
12010
12011
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11996

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_idString

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.

Returns:

  • (String)


11996
11997
11998
11999
12000
12001
12002
12003
12004
12005
12006
12007
12008
12009
12010
12011
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11996

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_idString

The ID of the task invocation.

Returns:

  • (String)


11996
11997
11998
11999
12000
12001
12002
12003
12004
12005
12006
12007
12008
12009
12010
12011
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11996

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_informationString

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.

Returns:

  • (String)


11996
11997
11998
11999
12000
12001
12002
12003
12004
12005
12006
12007
12008
12009
12010
12011
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11996

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

#parametersString

The parameters that were provided for the invocation when it was run.

Returns:

  • (String)


11996
11997
11998
11999
12000
12001
12002
12003
12004
12005
12006
12007
12008
12009
12010
12011
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11996

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_timeTime

The time the invocation started.

Returns:

  • (Time)


11996
11997
11998
11999
12000
12001
12002
12003
12004
12005
12006
12007
12008
12009
12010
12011
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11996

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

#statusString

The status of the task invocation.

Returns:

  • (String)


11996
11997
11998
11999
12000
12001
12002
12003
12004
12005
12006
12007
12008
12009
12010
12011
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11996

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_detailsString

The details explaining the status of the task invocation. Not available for all status values.

Returns:

  • (String)


11996
11997
11998
11999
12000
12001
12002
12003
12004
12005
12006
12007
12008
12009
12010
12011
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11996

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_idString

The ID of the specific task execution in the maintenance window execution.

Returns:

  • (String)


11996
11997
11998
11999
12000
12001
12002
12003
12004
12005
12006
12007
12008
12009
12010
12011
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11996

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_typeString

The task type.

Returns:

  • (String)


11996
11997
11998
11999
12000
12001
12002
12003
12004
12005
12006
12007
12008
12009
12010
12011
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11996

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_idString

The ID of the maintenance window execution that ran the task.

Returns:

  • (String)


11996
11997
11998
11999
12000
12001
12002
12003
12004
12005
12006
12007
12008
12009
12010
12011
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11996

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_idString

The ID of the target definition in this maintenance window the invocation was performed for.

Returns:

  • (String)


11996
11997
11998
11999
12000
12001
12002
12003
12004
12005
12006
12007
12008
12009
12010
12011
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11996

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