Class: Aws::SSM::Types::DeletePatchBaselineRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DeletePatchBaselineRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#baseline_id ⇒ String
The ID of the patch baseline to delete.
Instance Attribute Details
#baseline_id ⇒ String
The ID of the patch baseline to delete.
4330 4331 4332 4333 4334 |
# File 'lib/aws-sdk-ssm/types.rb', line 4330 class DeletePatchBaselineRequest < Struct.new( :baseline_id) SENSITIVE = [] include Aws::Structure end |