Class: Aws::SSM::Types::DeletePatchBaselineRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DeletePatchBaselineRequest
- Defined in:
- gems/aws-sdk-ssm/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.
4433 4434 4435 4436 4437 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4433 class DeletePatchBaselineRequest < Struct.new( :baseline_id) SENSITIVE = [] include Aws::Structure end |