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)


7974
7975
7976
7977
7978
7979
7980
7981
7982
7983
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7974

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)


7974
7975
7976
7977
7978
7979
7980
7981
7982
7983
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7974

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)


7974
7975
7976
7977
7978
7979
7980
7981
7982
7983
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7974

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)


7974
7975
7976
7977
7978
7979
7980
7981
7982
7983
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7974

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


7974
7975
7976
7977
7978
7979
7980
7981
7982
7983
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7974

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)


7974
7975
7976
7977
7978
7979
7980
7981
7982
7983
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7974

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