Class: Aws::SSM::Types::DeletePatchBaselineResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DeletePatchBaselineResult
- 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 deleted patch baseline.
Instance Attribute Details
#baseline_id ⇒ String
The ID of the deleted patch baseline.
4445 4446 4447 4448 4449 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4445 class DeletePatchBaselineResult < Struct.new( :baseline_id) SENSITIVE = [] include Aws::Structure end |