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

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

#window_execution_idString

The ID of the maintenance window execution to stop.

Returns:

  • (String)


1766
1767
1768
1769
1770
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 1766

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