Class: Aws::SSM::Types::CancelMaintenanceWindowExecutionRequest

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 CancelMaintenanceWindowExecutionRequest 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 to stop.

Returns:

  • (String)


1122
1123
1124
1125
# File 'lib/aws-sdk-ssm/types.rb', line 1122

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