Method: Aws::SSM::Types::PatchStatus#deployment_status

Defined in:
lib/aws-sdk-ssm/types.rb

#deployment_statusString

The approval status of a patch.

Returns:

  • (String)


15864
15865
15866
15867
15868
15869
15870
# File 'lib/aws-sdk-ssm/types.rb', line 15864

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