Class: Aws::SSM::Types::GetMaintenanceWindowExecutionRequest

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

Overview

Note:

When making an API call, you may pass GetMaintenanceWindowExecutionRequest data as a hash:

{
  window_execution_id: "MaintenanceWindowExecutionId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#window_execution_idString

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

Returns:

  • (String)


7099
7100
7101
7102
# File 'lib/aws-sdk-ssm/types.rb', line 7099

class GetMaintenanceWindowExecutionRequest < Struct.new(
  :window_execution_id)
  include Aws::Structure
end