Method: Aws::SSM::Types::Patch#severity

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

#severityString

The severity level of the patch. For example, CRITICAL or MODERATE.

Returns:

  • (String)


15514
15515
15516
15517
15518
15519
15520
15521
15522
15523
15524
15525
15526
15527
15528
15529
15530
15531
15532
15533
15534
15535
15536
15537
15538
15539
15540
# File 'lib/aws-sdk-ssm/types.rb', line 15514

class Patch < Struct.new(
  :id,
  :release_date,
  :title,
  :description,
  :content_url,
  :vendor,
  :product_family,
  :product,
  :classification,
  :msrc_severity,
  :kb_number,
  :msrc_number,
  :language,
  :advisory_ids,
  :bugzilla_ids,
  :cve_ids,
  :name,
  :epoch,
  :version,
  :release,
  :arch,
  :severity,
  :repository)
  SENSITIVE = []
  include Aws::Structure
end