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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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)


8033
8034
8035
8036
8037
8038
8039
8040
8041
8042
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8033

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)


8033
8034
8035
8036
8037
8038
8039
8040
8041
8042
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8033

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)


8033
8034
8035
8036
8037
8038
8039
8040
8041
8042
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8033

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)


8033
8034
8035
8036
8037
8038
8039
8040
8041
8042
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8033

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>)


8033
8034
8035
8036
8037
8038
8039
8040
8041
8042
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8033

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)


8033
8034
8035
8036
8037
8038
8039
8040
8041
8042
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8033

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