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_start_date ⇒ ::Time
Returns the value of attribute auto_update_start_date.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#nodes_updated ⇒ ::String
Returns the value of attribute nodes_updated.
-
#release_date ⇒ ::Time
Returns the value of attribute release_date.
-
#service_update_name ⇒ ::String
Returns the value of attribute service_update_name.
-
#status ⇒ "available", ...
Returns the value of attribute status.
-
#type ⇒ "security-update"
Returns the value of attribute type.
Instance Attribute Details
#auto_update_start_date ⇒ ::Time
Returns the value of attribute auto_update_start_date.
896 897 898 |
# File 'sig/types.rbs', line 896 def auto_update_start_date @auto_update_start_date end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
888 889 890 |
# File 'sig/types.rbs', line 888 def cluster_name @cluster_name end |
#description ⇒ ::String
Returns the value of attribute description.
891 892 893 |
# File 'sig/types.rbs', line 891 def description @description end |
#engine ⇒ ::String
Returns the value of attribute engine.
894 895 896 |
# File 'sig/types.rbs', line 894 def engine @engine end |
#nodes_updated ⇒ ::String
Returns the value of attribute nodes_updated.
895 896 897 |
# File 'sig/types.rbs', line 895 def nodes_updated @nodes_updated end |
#release_date ⇒ ::Time
Returns the value of attribute release_date.
890 891 892 |
# File 'sig/types.rbs', line 890 def release_date @release_date end |
#service_update_name ⇒ ::String
Returns the value of attribute service_update_name.
889 890 891 |
# File 'sig/types.rbs', line 889 def service_update_name @service_update_name end |
#status ⇒ "available", ...
Returns the value of attribute status.
892 893 894 |
# File 'sig/types.rbs', line 892 def status @status end |
#type ⇒ "security-update"
Returns the value of attribute type.
893 894 895 |
# File 'sig/types.rbs', line 893 def type @type end |