Method: Aws::SSM::Types::UpdateMaintenanceWindowTargetResult#window_target_id
- Defined in:
- lib/aws-sdk-ssm/types.rb
#window_target_id ⇒ String
The target ID specified in the update request.
20303 20304 20305 20306 20307 20308 20309 20310 20311 20312 |
# File 'lib/aws-sdk-ssm/types.rb', line 20303 class UpdateMaintenanceWindowTargetResult < Struct.new( :window_id, :window_target_id, :targets, :owner_information, :name, :description) SENSITIVE = [:owner_information, :description] include Aws::Structure end |