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

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

#window_execution_idString

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

Returns:

  • (String)


1778
1779
1780
1781
1782
# File 'lib/aws-sdk-ssm/types.rb', line 1778

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