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

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

Overview

The target registered with the maintenance window.

Constant Summary collapse

SENSITIVE =
[:owner_information, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description for the target.

Returns:

  • (String)


12655
12656
12657
12658
12659
12660
12661
12662
12663
12664
12665
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12655

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

#nameString

The name for the maintenance window target.

Returns:

  • (String)


12655
12656
12657
12658
12659
12660
12661
12662
12663
12664
12665
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12655

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

#owner_informationString

A user-provided value that will be included in any Amazon CloudWatch Events events that are raised while running tasks for these targets in this maintenance window.

Returns:

  • (String)


12655
12656
12657
12658
12659
12660
12661
12662
12663
12664
12665
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12655

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

#resource_typeString

The type of target that is being registered with the maintenance window.

Returns:

  • (String)


12655
12656
12657
12658
12659
12660
12661
12662
12663
12664
12665
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12655

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

#targetsArray<Types::Target>

The targets, either managed nodes or tags.

Specify managed nodes using the following format:

Key=instanceids,Values=<instanceid1>,<instanceid2>

Tags are specified using the following format:

Key=<tag name>,Values=<tag value>.

Returns:



12655
12656
12657
12658
12659
12660
12661
12662
12663
12664
12665
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12655

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

#window_idString

The ID of the maintenance window to register the target with.

Returns:

  • (String)


12655
12656
12657
12658
12659
12660
12661
12662
12663
12664
12665
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12655

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

#window_target_idString

The ID of the target.

Returns:

  • (String)


12655
12656
12657
12658
12659
12660
12661
12662
12663
12664
12665
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12655

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