Class: Aws::SSM::Types::MaintenanceWindowTarget

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

Overview

The target registered with the Maintenance Window.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the target.

Returns:

  • (String)


9368
9369
9370
9371
9372
9373
9374
9375
9376
9377
# File 'lib/aws-sdk-ssm/types.rb', line 9368

class MaintenanceWindowTarget < Struct.new(
  :window_id,
  :window_target_id,
  :resource_type,
  :targets,
  :owner_information,
  :name,
  :description)
  include Aws::Structure
end

#nameString

The target name.

Returns:

  • (String)


9368
9369
9370
9371
9372
9373
9374
9375
9376
9377
# File 'lib/aws-sdk-ssm/types.rb', line 9368

class MaintenanceWindowTarget < Struct.new(
  :window_id,
  :window_target_id,
  :resource_type,
  :targets,
  :owner_information,
  :name,
  :description)
  include Aws::Structure
end

#owner_informationString

User-provided value that will be included in any CloudWatch events raised while running tasks for these targets in this Maintenance Window.

Returns:

  • (String)


9368
9369
9370
9371
9372
9373
9374
9375
9376
9377
# File 'lib/aws-sdk-ssm/types.rb', line 9368

class MaintenanceWindowTarget < Struct.new(
  :window_id,
  :window_target_id,
  :resource_type,
  :targets,
  :owner_information,
  :name,
  :description)
  include Aws::Structure
end

#resource_typeString

The type of target.

Returns:

  • (String)


9368
9369
9370
9371
9372
9373
9374
9375
9376
9377
# File 'lib/aws-sdk-ssm/types.rb', line 9368

class MaintenanceWindowTarget < Struct.new(
  :window_id,
  :window_target_id,
  :resource_type,
  :targets,
  :owner_information,
  :name,
  :description)
  include Aws::Structure
end

#targetsArray<Types::Target>

The targets (either instances or tags). Instances are specified using Key=instanceids,Values=&lt;instanceid1&gt;,&lt;instanceid2&gt;. Tags are specified using Key=&lt;tag name&gt;,Values=&lt;tag value&gt;.

Returns:



9368
9369
9370
9371
9372
9373
9374
9375
9376
9377
# File 'lib/aws-sdk-ssm/types.rb', line 9368

class MaintenanceWindowTarget < Struct.new(
  :window_id,
  :window_target_id,
  :resource_type,
  :targets,
  :owner_information,
  :name,
  :description)
  include Aws::Structure
end

#window_idString

The Maintenance Window ID where the target is registered.

Returns:

  • (String)


9368
9369
9370
9371
9372
9373
9374
9375
9376
9377
# File 'lib/aws-sdk-ssm/types.rb', line 9368

class MaintenanceWindowTarget < Struct.new(
  :window_id,
  :window_target_id,
  :resource_type,
  :targets,
  :owner_information,
  :name,
  :description)
  include Aws::Structure
end

#window_target_idString

The ID of the target.

Returns:

  • (String)


9368
9369
9370
9371
9372
9373
9374
9375
9376
9377
# File 'lib/aws-sdk-ssm/types.rb', line 9368

class MaintenanceWindowTarget < Struct.new(
  :window_id,
  :window_target_id,
  :resource_type,
  :targets,
  :owner_information,
  :name,
  :description)
  include Aws::Structure
end