Class: Aws::SSM::Types::UpdateMaintenanceWindowTargetRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:owner_information, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

An optional description for the update.

Returns:

  • (String)


18977
18978
18979
18980
18981
18982
18983
18984
18985
18986
18987
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18977

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

#nameString

A name for the update.

Returns:

  • (String)


18977
18978
18979
18980
18981
18982
18983
18984
18985
18986
18987
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18977

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

#owner_informationString

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

Returns:

  • (String)


18977
18978
18979
18980
18981
18982
18983
18984
18985
18986
18987
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18977

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

#replaceBoolean

If True, then all fields that are required by the RegisterTargetWithMaintenanceWindow operation are also required for this API request. Optional fields that aren't specified are set to null.

Returns:

  • (Boolean)


18977
18978
18979
18980
18981
18982
18983
18984
18985
18986
18987
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18977

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

#targetsArray<Types::Target>

The targets to add or replace.

Returns:



18977
18978
18979
18980
18981
18982
18983
18984
18985
18986
18987
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18977

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

#window_idString

The maintenance window ID with which to modify the target.

Returns:

  • (String)


18977
18978
18979
18980
18981
18982
18983
18984
18985
18986
18987
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18977

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

#window_target_idString

The target ID to modify.

Returns:

  • (String)


18977
18978
18979
18980
18981
18982
18983
18984
18985
18986
18987
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18977

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