Class: Aws::SSM::Types::GetMaintenanceWindowExecutionTaskInvocationRequest

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

#invocation_idString

The invocation ID to retrieve.

Returns:

  • (String)


8001
8002
8003
8004
8005
8006
8007
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8001

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

#task_idString

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

Returns:

  • (String)


8001
8002
8003
8004
8005
8006
8007
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8001

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

#window_execution_idString

The ID of the maintenance window execution for which the task is a part.

Returns:

  • (String)


8001
8002
8003
8004
8005
8006
8007
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8001

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