Class: Aws::SSM::Types::PatchStatus

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

Overview

Information about the approval status of a patch.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#approval_dateTime

The date the patch was approved (or will be approved if the status is PENDING_APPROVAL).

Returns:

  • (Time)


16371
16372
16373
16374
16375
16376
16377
# File 'lib/aws-sdk-ssm/types.rb', line 16371

class PatchStatus < Struct.new(
  :deployment_status,
  :compliance_level,
  :approval_date)
  SENSITIVE = []
  include Aws::Structure
end

#compliance_levelString

The compliance severity level for a patch.

Returns:

  • (String)


16371
16372
16373
16374
16375
16376
16377
# File 'lib/aws-sdk-ssm/types.rb', line 16371

class PatchStatus < Struct.new(
  :deployment_status,
  :compliance_level,
  :approval_date)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_statusString

The approval status of a patch.

Returns:

  • (String)


16371
16372
16373
16374
16375
16376
16377
# File 'lib/aws-sdk-ssm/types.rb', line 16371

class PatchStatus < Struct.new(
  :deployment_status,
  :compliance_level,
  :approval_date)
  SENSITIVE = []
  include Aws::Structure
end