Class: Aws::SSM::Types::CancelMaintenanceWindowExecutionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::CancelMaintenanceWindowExecutionResult
- Defined in:
- gems/aws-sdk-ssm/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 that has been stopped.
Instance Attribute Details
#window_execution_id ⇒ String
The ID of the maintenance window execution that has been stopped.
1792 1793 1794 1795 1796 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 1792 class CancelMaintenanceWindowExecutionResult < Struct.new( :window_execution_id) SENSITIVE = [] include Aws::Structure end |