Class: Aws::SSM::Types::GetMaintenanceWindowExecutionRequest

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

#window_execution_idString

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

Returns:

  • (String)


7904
7905
7906
7907
7908
# File 'lib/aws-sdk-ssm/types.rb', line 7904

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