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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


7990
7991
7992
7993
7994
7995
# File 'lib/aws-sdk-ssm/types.rb', line 7990

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)


7990
7991
7992
7993
7994
7995
# File 'lib/aws-sdk-ssm/types.rb', line 7990

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