Class: Aws::Types::ServiceUpdate
- Inherits:
-
Object
- Object
- Aws::Types::ServiceUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_update_after_recommended_apply_by_date ⇒ Boolean
Returns the value of attribute auto_update_after_recommended_apply_by_date.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#estimated_update_time ⇒ ::String
Returns the value of attribute estimated_update_time.
-
#service_update_description ⇒ ::String
Returns the value of attribute service_update_description.
-
#service_update_end_date ⇒ ::Time
Returns the value of attribute service_update_end_date.
-
#service_update_name ⇒ ::String
Returns the value of attribute service_update_name.
-
#service_update_recommended_apply_by_date ⇒ ::Time
Returns the value of attribute service_update_recommended_apply_by_date.
-
#service_update_release_date ⇒ ::Time
Returns the value of attribute service_update_release_date.
-
#service_update_severity ⇒ "critical", ...
Returns the value of attribute service_update_severity.
-
#service_update_status ⇒ "available", ...
Returns the value of attribute service_update_status.
-
#service_update_type ⇒ "security-update"
Returns the value of attribute service_update_type.
Instance Attribute Details
#auto_update_after_recommended_apply_by_date ⇒ Boolean
Returns the value of attribute auto_update_after_recommended_apply_by_date.
1739 1740 1741 |
# File 'sig/types.rbs', line 1739 def auto_update_after_recommended_apply_by_date @auto_update_after_recommended_apply_by_date end |
#engine ⇒ ::String
Returns the value of attribute engine.
1737 1738 1739 |
# File 'sig/types.rbs', line 1737 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
1738 1739 1740 |
# File 'sig/types.rbs', line 1738 def engine_version @engine_version end |
#estimated_update_time ⇒ ::String
Returns the value of attribute estimated_update_time.
1740 1741 1742 |
# File 'sig/types.rbs', line 1740 def estimated_update_time @estimated_update_time end |
#service_update_description ⇒ ::String
Returns the value of attribute service_update_description.
1735 1736 1737 |
# File 'sig/types.rbs', line 1735 def service_update_description @service_update_description end |
#service_update_end_date ⇒ ::Time
Returns the value of attribute service_update_end_date.
1731 1732 1733 |
# File 'sig/types.rbs', line 1731 def service_update_end_date @service_update_end_date end |
#service_update_name ⇒ ::String
Returns the value of attribute service_update_name.
1729 1730 1731 |
# File 'sig/types.rbs', line 1729 def service_update_name @service_update_name end |
#service_update_recommended_apply_by_date ⇒ ::Time
Returns the value of attribute service_update_recommended_apply_by_date.
1733 1734 1735 |
# File 'sig/types.rbs', line 1733 def service_update_recommended_apply_by_date @service_update_recommended_apply_by_date end |
#service_update_release_date ⇒ ::Time
Returns the value of attribute service_update_release_date.
1730 1731 1732 |
# File 'sig/types.rbs', line 1730 def service_update_release_date @service_update_release_date end |
#service_update_severity ⇒ "critical", ...
Returns the value of attribute service_update_severity.
1732 1733 1734 |
# File 'sig/types.rbs', line 1732 def service_update_severity @service_update_severity end |
#service_update_status ⇒ "available", ...
Returns the value of attribute service_update_status.
1734 1735 1736 |
# File 'sig/types.rbs', line 1734 def service_update_status @service_update_status end |
#service_update_type ⇒ "security-update"
Returns the value of attribute service_update_type.
1736 1737 1738 |
# File 'sig/types.rbs', line 1736 def service_update_type @service_update_type end |