Method: Aws::SSM::Types::GetMaintenanceWindowExecutionRequest#window_execution_id

Defined in:
lib/aws-sdk-ssm/types.rb

#window_execution_idString

The ID of the maintenance window execution that includes the task.

Returns:

  • (String)


8480
8481
8482
8483
8484
# File 'lib/aws-sdk-ssm/types.rb', line 8480

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