Class: Aws::SSM::Types::UpdateMaintenanceWindowTargetResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::UpdateMaintenanceWindowTargetResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:owner_information, :description]
Instance Attribute Summary collapse
-
#description ⇒ String
The updated description.
-
#name ⇒ String
The updated name.
-
#owner_information ⇒ String
The updated owner.
-
#targets ⇒ Array<Types::Target>
The updated targets.
-
#window_id ⇒ String
The maintenance window ID specified in the update request.
-
#window_target_id ⇒ String
The target ID specified in the update request.
Instance Attribute Details
#description ⇒ String
The updated description.
19163 19164 19165 19166 19167 19168 19169 19170 19171 19172 |
# File 'lib/aws-sdk-ssm/types.rb', line 19163 class UpdateMaintenanceWindowTargetResult < Struct.new( :window_id, :window_target_id, :targets, :owner_information, :name, :description) SENSITIVE = [:owner_information, :description] include Aws::Structure end |
#name ⇒ String
The updated name.
19163 19164 19165 19166 19167 19168 19169 19170 19171 19172 |
# File 'lib/aws-sdk-ssm/types.rb', line 19163 class UpdateMaintenanceWindowTargetResult < Struct.new( :window_id, :window_target_id, :targets, :owner_information, :name, :description) SENSITIVE = [:owner_information, :description] include Aws::Structure end |
#owner_information ⇒ String
The updated owner.
19163 19164 19165 19166 19167 19168 19169 19170 19171 19172 |
# File 'lib/aws-sdk-ssm/types.rb', line 19163 class UpdateMaintenanceWindowTargetResult < Struct.new( :window_id, :window_target_id, :targets, :owner_information, :name, :description) SENSITIVE = [:owner_information, :description] include Aws::Structure end |
#targets ⇒ Array<Types::Target>
The updated targets.
19163 19164 19165 19166 19167 19168 19169 19170 19171 19172 |
# File 'lib/aws-sdk-ssm/types.rb', line 19163 class UpdateMaintenanceWindowTargetResult < Struct.new( :window_id, :window_target_id, :targets, :owner_information, :name, :description) SENSITIVE = [:owner_information, :description] include Aws::Structure end |
#window_id ⇒ String
The maintenance window ID specified in the update request.
19163 19164 19165 19166 19167 19168 19169 19170 19171 19172 |
# File 'lib/aws-sdk-ssm/types.rb', line 19163 class UpdateMaintenanceWindowTargetResult < Struct.new( :window_id, :window_target_id, :targets, :owner_information, :name, :description) SENSITIVE = [:owner_information, :description] include Aws::Structure end |
#window_target_id ⇒ String
The target ID specified in the update request.
19163 19164 19165 19166 19167 19168 19169 19170 19171 19172 |
# File 'lib/aws-sdk-ssm/types.rb', line 19163 class UpdateMaintenanceWindowTargetResult < Struct.new( :window_id, :window_target_id, :targets, :owner_information, :name, :description) SENSITIVE = [:owner_information, :description] include Aws::Structure end |