Class: Aws::SSM::Types::CancelMaintenanceWindowExecutionResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#window_execution_idString

The ID of the maintenance window execution that has been stopped.

Returns:

  • (String)


1276
1277
1278
1279
# File 'lib/aws-sdk-ssm/types.rb', line 1276

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