Class: Aws::Types::VulnerabilityVendor
- Inherits:
-
Object
- Object
- Aws::Types::VulnerabilityVendor
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#url ⇒ ::String
Returns the value of attribute url.
-
#vendor_created_at ⇒ ::String
Returns the value of attribute vendor_created_at.
-
#vendor_severity ⇒ ::String
Returns the value of attribute vendor_severity.
-
#vendor_updated_at ⇒ ::String
Returns the value of attribute vendor_updated_at.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
8158 8159 8160 |
# File 'sig/types.rbs', line 8158 def name @name end |
#url ⇒ ::String
Returns the value of attribute url.
8159 8160 8161 |
# File 'sig/types.rbs', line 8159 def url @url end |
#vendor_created_at ⇒ ::String
Returns the value of attribute vendor_created_at.
8161 8162 8163 |
# File 'sig/types.rbs', line 8161 def vendor_created_at @vendor_created_at end |
#vendor_severity ⇒ ::String
Returns the value of attribute vendor_severity.
8160 8161 8162 |
# File 'sig/types.rbs', line 8160 def vendor_severity @vendor_severity end |
#vendor_updated_at ⇒ ::String
Returns the value of attribute vendor_updated_at.
8162 8163 8164 |
# File 'sig/types.rbs', line 8162 def vendor_updated_at @vendor_updated_at end |