Class: Aws::SSM::Types::UpdateMaintenanceWindowTargetResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::UpdateMaintenanceWindowTargetResult
- Defined in:
- gems/aws-sdk-ssm/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.
19754 19755 19756 19757 19758 19759 19760 19761 19762 19763 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 19754 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.
19754 19755 19756 19757 19758 19759 19760 19761 19762 19763 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 19754 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.
19754 19755 19756 19757 19758 19759 19760 19761 19762 19763 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 19754 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.
19754 19755 19756 19757 19758 19759 19760 19761 19762 19763 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 19754 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.
19754 19755 19756 19757 19758 19759 19760 19761 19762 19763 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 19754 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.
19754 19755 19756 19757 19758 19759 19760 19761 19762 19763 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 19754 class UpdateMaintenanceWindowTargetResult < Struct.new( :window_id, :window_target_id, :targets, :owner_information, :name, :description) SENSITIVE = [:owner_information, :description] include Aws::Structure end |