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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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.

Constant Summary collapse

SENSITIVE =
[]

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:



7205
7206
7207
7208
7209
7210
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7205

class EffectivePatch < Struct.new(
  :patch,
  :patch_status)
  SENSITIVE = []
  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:



7205
7206
7207
7208
7209
7210
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7205

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