Class: Aws::SSM::Types::EffectivePatch

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

Overview

The EffectivePatch structure defines metadata about a patch along with the approval state of the patch in a particular patch baseline. The approval state includes information about whether the patch is currently approved, due to be approved by a rule, explicitly approved, or explicitly rejected and the date the patch was or will be approved.

Instance Attribute Summary collapse

Instance Attribute Details

#patchTypes::Patch

Provides metadata for a patch, including information such as the KB ID, severity, classification and a URL for where more information can be obtained about the patch.

Returns:



6387
6388
6389
6390
6391
# File 'lib/aws-sdk-ssm/types.rb', line 6387

class EffectivePatch < Struct.new(
  :patch,
  :patch_status)
  include Aws::Structure
end

#patch_statusTypes::PatchStatus

The status of the patch in a patch baseline. This includes information about whether the patch is currently approved, due to be approved by a rule, explicitly approved, or explicitly rejected and the date the patch was or will be approved.

Returns:



6387
6388
6389
6390
6391
# File 'lib/aws-sdk-ssm/types.rb', line 6387

class EffectivePatch < Struct.new(
  :patch,
  :patch_status)
  include Aws::Structure
end