Class: Aws::Types::Patch
- Inherits:
-
Object
- Object
- Aws::Types::Patch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#advisory_ids ⇒ ::Array[::String]
Returns the value of attribute advisory_ids.
-
#arch ⇒ ::String
Returns the value of attribute arch.
-
#bugzilla_ids ⇒ ::Array[::String]
Returns the value of attribute bugzilla_ids.
-
#classification ⇒ ::String
Returns the value of attribute classification.
-
#content_url ⇒ ::String
Returns the value of attribute content_url.
-
#cve_ids ⇒ ::Array[::String]
Returns the value of attribute cve_ids.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#epoch ⇒ ::Integer
Returns the value of attribute epoch.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#kb_number ⇒ ::String
Returns the value of attribute kb_number.
-
#language ⇒ ::String
Returns the value of attribute language.
-
#msrc_number ⇒ ::String
Returns the value of attribute msrc_number.
-
#msrc_severity ⇒ ::String
Returns the value of attribute msrc_severity.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#product ⇒ ::String
Returns the value of attribute product.
-
#product_family ⇒ ::String
Returns the value of attribute product_family.
-
#release ⇒ ::String
Returns the value of attribute release.
-
#release_date ⇒ ::Time
Returns the value of attribute release_date.
-
#repository ⇒ ::String
Returns the value of attribute repository.
-
#severity ⇒ ::String
Returns the value of attribute severity.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#vendor ⇒ ::String
Returns the value of attribute vendor.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#advisory_ids ⇒ ::Array[::String]
Returns the value of attribute advisory_ids.
3587 3588 3589 |
# File 'sig/types.rbs', line 3587 def advisory_ids @advisory_ids end |
#arch ⇒ ::String
Returns the value of attribute arch.
3594 3595 3596 |
# File 'sig/types.rbs', line 3594 def arch @arch end |
#bugzilla_ids ⇒ ::Array[::String]
Returns the value of attribute bugzilla_ids.
3588 3589 3590 |
# File 'sig/types.rbs', line 3588 def bugzilla_ids @bugzilla_ids end |
#classification ⇒ ::String
Returns the value of attribute classification.
3582 3583 3584 |
# File 'sig/types.rbs', line 3582 def classification @classification end |
#content_url ⇒ ::String
Returns the value of attribute content_url.
3578 3579 3580 |
# File 'sig/types.rbs', line 3578 def content_url @content_url end |
#cve_ids ⇒ ::Array[::String]
Returns the value of attribute cve_ids.
3589 3590 3591 |
# File 'sig/types.rbs', line 3589 def cve_ids @cve_ids end |
#description ⇒ ::String
Returns the value of attribute description.
3577 3578 3579 |
# File 'sig/types.rbs', line 3577 def description @description end |
#epoch ⇒ ::Integer
Returns the value of attribute epoch.
3591 3592 3593 |
# File 'sig/types.rbs', line 3591 def epoch @epoch end |
#id ⇒ ::String
Returns the value of attribute id.
3574 3575 3576 |
# File 'sig/types.rbs', line 3574 def id @id end |
#kb_number ⇒ ::String
Returns the value of attribute kb_number.
3584 3585 3586 |
# File 'sig/types.rbs', line 3584 def kb_number @kb_number end |
#language ⇒ ::String
Returns the value of attribute language.
3586 3587 3588 |
# File 'sig/types.rbs', line 3586 def language @language end |
#msrc_number ⇒ ::String
Returns the value of attribute msrc_number.
3585 3586 3587 |
# File 'sig/types.rbs', line 3585 def msrc_number @msrc_number end |
#msrc_severity ⇒ ::String
Returns the value of attribute msrc_severity.
3583 3584 3585 |
# File 'sig/types.rbs', line 3583 def msrc_severity @msrc_severity end |
#name ⇒ ::String
Returns the value of attribute name.
3590 3591 3592 |
# File 'sig/types.rbs', line 3590 def name @name end |
#product ⇒ ::String
Returns the value of attribute product.
3581 3582 3583 |
# File 'sig/types.rbs', line 3581 def product @product end |
#product_family ⇒ ::String
Returns the value of attribute product_family.
3580 3581 3582 |
# File 'sig/types.rbs', line 3580 def product_family @product_family end |
#release ⇒ ::String
Returns the value of attribute release.
3593 3594 3595 |
# File 'sig/types.rbs', line 3593 def release @release end |
#release_date ⇒ ::Time
Returns the value of attribute release_date.
3575 3576 3577 |
# File 'sig/types.rbs', line 3575 def release_date @release_date end |
#repository ⇒ ::String
Returns the value of attribute repository.
3596 3597 3598 |
# File 'sig/types.rbs', line 3596 def repository @repository end |
#severity ⇒ ::String
Returns the value of attribute severity.
3595 3596 3597 |
# File 'sig/types.rbs', line 3595 def severity @severity end |
#title ⇒ ::String
Returns the value of attribute title.
3576 3577 3578 |
# File 'sig/types.rbs', line 3576 def title @title end |
#vendor ⇒ ::String
Returns the value of attribute vendor.
3579 3580 3581 |
# File 'sig/types.rbs', line 3579 def vendor @vendor end |
#version ⇒ ::String
Returns the value of attribute version.
3592 3593 3594 |
# File 'sig/types.rbs', line 3592 def version @version end |