Class: Aws::SSM::Types::MaintenanceWindowTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::MaintenanceWindowTarget
- 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
-
#description ⇒ String
A description for the target.
-
#name ⇒ String
The name for the maintenance window target.
-
#owner_information ⇒ String
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.
-
#resource_type ⇒ String
The type of target that is being registered with the maintenance window.
-
#targets ⇒ Array<Types::Target>
The targets, either managed nodes or tags.
-
#window_id ⇒ String
The ID of the maintenance window to register the target with.
-
#window_target_id ⇒ String
The ID of the target.
Instance Attribute Details
#description ⇒ String
A description for the target.
13335 13336 13337 13338 13339 13340 13341 13342 13343 13344 13345 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13335 class MaintenanceWindowTarget < Struct.new( :window_id, :window_target_id, :resource_type, :targets, :owner_information, :name, :description) SENSITIVE = [:owner_information, :description] include Aws::Structure end |
#name ⇒ String
The name for the maintenance window target.
13335 13336 13337 13338 13339 13340 13341 13342 13343 13344 13345 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13335 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_information ⇒ String
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.
13335 13336 13337 13338 13339 13340 13341 13342 13343 13344 13345 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13335 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_type ⇒ String
The type of target that is being registered with the maintenance window.
13335 13336 13337 13338 13339 13340 13341 13342 13343 13344 13345 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13335 class MaintenanceWindowTarget < Struct.new( :window_id, :window_target_id, :resource_type, :targets, :owner_information, :name, :description) SENSITIVE = [:owner_information, :description] include Aws::Structure end |
#targets ⇒ Array<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>.
13335 13336 13337 13338 13339 13340 13341 13342 13343 13344 13345 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13335 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_id ⇒ String
The ID of the maintenance window to register the target with.
13335 13336 13337 13338 13339 13340 13341 13342 13343 13344 13345 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13335 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_id ⇒ String
The ID of the target.
13335 13336 13337 13338 13339 13340 13341 13342 13343 13344 13345 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13335 class MaintenanceWindowTarget < Struct.new( :window_id, :window_target_id, :resource_type, :targets, :owner_information, :name, :description) SENSITIVE = [:owner_information, :description] include Aws::Structure end |