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

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


14680
14681
14682
14683
14684
14685
14686
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14680

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)


14680
14681
14682
14683
14684
14685
14686
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14680

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)


14680
14681
14682
14683
14684
14685
14686
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14680

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