Class: Aws::Types::PatchComplianceData
- Inherits:
-
Object
- Object
- Aws::Types::PatchComplianceData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#classification ⇒ ::String
Returns the value of attribute classification.
-
#cve_ids ⇒ ::String
Returns the value of attribute cve_ids.
-
#installed_time ⇒ ::Time
Returns the value of attribute installed_time.
-
#kb_id ⇒ ::String
Returns the value of attribute kb_id.
-
#severity ⇒ ::String
Returns the value of attribute severity.
-
#state ⇒ "INSTALLED", ...
Returns the value of attribute state.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#classification ⇒ ::String
Returns the value of attribute classification.
3612 3613 3614 |
# File 'sig/types.rbs', line 3612 def classification @classification end |
#cve_ids ⇒ ::String
Returns the value of attribute cve_ids.
3616 3617 3618 |
# File 'sig/types.rbs', line 3616 def cve_ids @cve_ids end |
#installed_time ⇒ ::Time
Returns the value of attribute installed_time.
3615 3616 3617 |
# File 'sig/types.rbs', line 3615 def installed_time @installed_time end |
#kb_id ⇒ ::String
Returns the value of attribute kb_id.
3611 3612 3613 |
# File 'sig/types.rbs', line 3611 def kb_id @kb_id end |
#severity ⇒ ::String
Returns the value of attribute severity.
3613 3614 3615 |
# File 'sig/types.rbs', line 3613 def severity @severity end |
#state ⇒ "INSTALLED", ...
Returns the value of attribute state.
3614 3615 3616 |
# File 'sig/types.rbs', line 3614 def state @state end |
#title ⇒ ::String
Returns the value of attribute title.
3610 3611 3612 |
# File 'sig/types.rbs', line 3610 def title @title end |