Class: Aws::SSM::Types::DeletePatchBaselineResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#baseline_idString

The ID of the deleted patch baseline.

Returns:

  • (String)


4311
4312
4313
4314
4315
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4311

class DeletePatchBaselineResult < Struct.new(
  :baseline_id)
  SENSITIVE = []
  include Aws::Structure
end