Class: Aws::SSM::Types::GetMaintenanceWindowExecutionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetMaintenanceWindowExecutionRequest
- 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 that includes the task.
Instance Attribute Details
#window_execution_id ⇒ String
The ID of the maintenance window execution that includes the task.
8020 8021 8022 8023 8024 |
# File 'lib/aws-sdk-ssm/types.rb', line 8020 class GetMaintenanceWindowExecutionRequest < Struct.new( :window_execution_id) SENSITIVE = [] include Aws::Structure end |