Method: Aws::SSM::Types::MaintenanceWindowExecution#window_execution_id

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

#window_execution_idString

The ID of the maintenance window execution.

Returns:

  • (String)


12795
12796
12797
12798
12799
12800
12801
12802
12803
12804
# File 'lib/aws-sdk-ssm/types.rb', line 12795

class MaintenanceWindowExecution < Struct.new(
  :window_id,
  :window_execution_id,
  :status,
  :status_details,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end