Class: Aws::SSM::Types::CancelMaintenanceWindowExecutionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::CancelMaintenanceWindowExecutionRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#window_execution_id ⇒ String
The ID of the maintenance window execution to stop.
Instance Attribute Details
#window_execution_id ⇒ String
The ID of the maintenance window execution to stop.
1780 1781 1782 1783 1784 |
# File 'lib/aws-sdk-ssm/types.rb', line 1780 class CancelMaintenanceWindowExecutionRequest < Struct.new( :window_execution_id) SENSITIVE = [] include Aws::Structure end |