Class: Aws::SSM::Types::GetMaintenanceWindowExecutionTaskRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#task_idString

The ID of the specific task execution in the maintenance window task that should be retrieved.

Returns:

  • (String)


8090
8091
8092
8093
8094
8095
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8090

class GetMaintenanceWindowExecutionTaskRequest < Struct.new(
  :window_execution_id,
  :task_id)
  SENSITIVE = []
  include Aws::Structure
end

#window_execution_idString

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

Returns:

  • (String)


8090
8091
8092
8093
8094
8095
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8090

class GetMaintenanceWindowExecutionTaskRequest < Struct.new(
  :window_execution_id,
  :task_id)
  SENSITIVE = []
  include Aws::Structure
end