Class: Aws::SSM::Types::Patch

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

Overview

Represents metadata about a patch.

Instance Attribute Summary collapse

Instance Attribute Details

#classificationString

The classification of the patch (for example, SecurityUpdates, Updates, CriticalUpdates).

Returns:

  • (String)


12481
12482
12483
12484
12485
12486
12487
12488
12489
12490
12491
12492
12493
12494
12495
12496
# File 'lib/aws-sdk-ssm/types.rb', line 12481

class Patch < Struct.new(
  :id,
  :release_date,
  :title,
  :description,
  :content_url,
  :vendor,
  :product_family,
  :product,
  :classification,
  :msrc_severity,
  :kb_number,
  :msrc_number,
  :language)
  include Aws::Structure
end

#content_urlString

The URL where more information can be obtained about the patch.

Returns:

  • (String)


12481
12482
12483
12484
12485
12486
12487
12488
12489
12490
12491
12492
12493
12494
12495
12496
# File 'lib/aws-sdk-ssm/types.rb', line 12481

class Patch < Struct.new(
  :id,
  :release_date,
  :title,
  :description,
  :content_url,
  :vendor,
  :product_family,
  :product,
  :classification,
  :msrc_severity,
  :kb_number,
  :msrc_number,
  :language)
  include Aws::Structure
end

#descriptionString

The description of the patch.

Returns:

  • (String)


12481
12482
12483
12484
12485
12486
12487
12488
12489
12490
12491
12492
12493
12494
12495
12496
# File 'lib/aws-sdk-ssm/types.rb', line 12481

class Patch < Struct.new(
  :id,
  :release_date,
  :title,
  :description,
  :content_url,
  :vendor,
  :product_family,
  :product,
  :classification,
  :msrc_severity,
  :kb_number,
  :msrc_number,
  :language)
  include Aws::Structure
end

#idString

The ID of the patch (this is different than the Microsoft Knowledge Base ID).

Returns:

  • (String)


12481
12482
12483
12484
12485
12486
12487
12488
12489
12490
12491
12492
12493
12494
12495
12496
# File 'lib/aws-sdk-ssm/types.rb', line 12481

class Patch < Struct.new(
  :id,
  :release_date,
  :title,
  :description,
  :content_url,
  :vendor,
  :product_family,
  :product,
  :classification,
  :msrc_severity,
  :kb_number,
  :msrc_number,
  :language)
  include Aws::Structure
end

#kb_numberString

The Microsoft Knowledge Base ID of the patch.

Returns:

  • (String)


12481
12482
12483
12484
12485
12486
12487
12488
12489
12490
12491
12492
12493
12494
12495
12496
# File 'lib/aws-sdk-ssm/types.rb', line 12481

class Patch < Struct.new(
  :id,
  :release_date,
  :title,
  :description,
  :content_url,
  :vendor,
  :product_family,
  :product,
  :classification,
  :msrc_severity,
  :kb_number,
  :msrc_number,
  :language)
  include Aws::Structure
end

#languageString

The language of the patch if it’s language-specific.

Returns:

  • (String)


12481
12482
12483
12484
12485
12486
12487
12488
12489
12490
12491
12492
12493
12494
12495
12496
# File 'lib/aws-sdk-ssm/types.rb', line 12481

class Patch < Struct.new(
  :id,
  :release_date,
  :title,
  :description,
  :content_url,
  :vendor,
  :product_family,
  :product,
  :classification,
  :msrc_severity,
  :kb_number,
  :msrc_number,
  :language)
  include Aws::Structure
end

#msrc_numberString

The ID of the MSRC bulletin the patch is related to.

Returns:

  • (String)


12481
12482
12483
12484
12485
12486
12487
12488
12489
12490
12491
12492
12493
12494
12495
12496
# File 'lib/aws-sdk-ssm/types.rb', line 12481

class Patch < Struct.new(
  :id,
  :release_date,
  :title,
  :description,
  :content_url,
  :vendor,
  :product_family,
  :product,
  :classification,
  :msrc_severity,
  :kb_number,
  :msrc_number,
  :language)
  include Aws::Structure
end

#msrc_severityString

The severity of the patch (for example Critical, Important, Moderate).

Returns:

  • (String)


12481
12482
12483
12484
12485
12486
12487
12488
12489
12490
12491
12492
12493
12494
12495
12496
# File 'lib/aws-sdk-ssm/types.rb', line 12481

class Patch < Struct.new(
  :id,
  :release_date,
  :title,
  :description,
  :content_url,
  :vendor,
  :product_family,
  :product,
  :classification,
  :msrc_severity,
  :kb_number,
  :msrc_number,
  :language)
  include Aws::Structure
end

#productString

The specific product the patch is applicable for (for example, WindowsServer2016).

Returns:

  • (String)


12481
12482
12483
12484
12485
12486
12487
12488
12489
12490
12491
12492
12493
12494
12495
12496
# File 'lib/aws-sdk-ssm/types.rb', line 12481

class Patch < Struct.new(
  :id,
  :release_date,
  :title,
  :description,
  :content_url,
  :vendor,
  :product_family,
  :product,
  :classification,
  :msrc_severity,
  :kb_number,
  :msrc_number,
  :language)
  include Aws::Structure
end

#product_familyString

The product family the patch is applicable for (for example, Windows).

Returns:

  • (String)


12481
12482
12483
12484
12485
12486
12487
12488
12489
12490
12491
12492
12493
12494
12495
12496
# File 'lib/aws-sdk-ssm/types.rb', line 12481

class Patch < Struct.new(
  :id,
  :release_date,
  :title,
  :description,
  :content_url,
  :vendor,
  :product_family,
  :product,
  :classification,
  :msrc_severity,
  :kb_number,
  :msrc_number,
  :language)
  include Aws::Structure
end

#release_dateTime

The date the patch was released.

Returns:

  • (Time)


12481
12482
12483
12484
12485
12486
12487
12488
12489
12490
12491
12492
12493
12494
12495
12496
# File 'lib/aws-sdk-ssm/types.rb', line 12481

class Patch < Struct.new(
  :id,
  :release_date,
  :title,
  :description,
  :content_url,
  :vendor,
  :product_family,
  :product,
  :classification,
  :msrc_severity,
  :kb_number,
  :msrc_number,
  :language)
  include Aws::Structure
end

#titleString

The title of the patch.

Returns:

  • (String)


12481
12482
12483
12484
12485
12486
12487
12488
12489
12490
12491
12492
12493
12494
12495
12496
# File 'lib/aws-sdk-ssm/types.rb', line 12481

class Patch < Struct.new(
  :id,
  :release_date,
  :title,
  :description,
  :content_url,
  :vendor,
  :product_family,
  :product,
  :classification,
  :msrc_severity,
  :kb_number,
  :msrc_number,
  :language)
  include Aws::Structure
end

#vendorString

The name of the vendor providing the patch.

Returns:

  • (String)


12481
12482
12483
12484
12485
12486
12487
12488
12489
12490
12491
12492
12493
12494
12495
12496
# File 'lib/aws-sdk-ssm/types.rb', line 12481

class Patch < Struct.new(
  :id,
  :release_date,
  :title,
  :description,
  :content_url,
  :vendor,
  :product_family,
  :product,
  :classification,
  :msrc_severity,
  :kb_number,
  :msrc_number,
  :language)
  include Aws::Structure
end