Class: Aws::SSM::Types::GetMaintenanceWindowExecutionResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The time the maintenance window finished running.

Returns:

  • (Time)


8840
8841
8842
8843
8844
8845
8846
8847
8848
8849
# File 'lib/aws-sdk-ssm/types.rb', line 8840

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

#start_timeTime

The time the maintenance window started running.

Returns:

  • (Time)


8840
8841
8842
8843
8844
8845
8846
8847
8848
8849
# File 'lib/aws-sdk-ssm/types.rb', line 8840

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

#statusString

The status of the maintenance window execution.

Returns:

  • (String)


8840
8841
8842
8843
8844
8845
8846
8847
8848
8849
# File 'lib/aws-sdk-ssm/types.rb', line 8840

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

#status_detailsString

The details explaining the status. Not available for all status values.

Returns:

  • (String)


8840
8841
8842
8843
8844
8845
8846
8847
8848
8849
# File 'lib/aws-sdk-ssm/types.rb', line 8840

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

#task_idsArray<String>

The ID of the task executions from the maintenance window execution.

Returns:

  • (Array<String>)


8840
8841
8842
8843
8844
8845
8846
8847
8848
8849
# File 'lib/aws-sdk-ssm/types.rb', line 8840

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

#window_execution_idString

The ID of the maintenance window execution.

Returns:

  • (String)


8840
8841
8842
8843
8844
8845
8846
8847
8848
8849
# File 'lib/aws-sdk-ssm/types.rb', line 8840

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