Class: Aws::Types::ModifyCacheClusterMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyCacheClusterMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#apply_immediately ⇒ Boolean
Returns the value of attribute apply_immediately.
-
#auth_token ⇒ ::String
Returns the value of attribute auth_token.
-
#auth_token_update_strategy ⇒ "SET", ...
Returns the value of attribute auth_token_update_strategy.
-
#auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute auto_minor_version_upgrade.
-
#az_mode ⇒ "single-az", "cross-az"
Returns the value of attribute az_mode.
-
#cache_cluster_id ⇒ ::String
Returns the value of attribute cache_cluster_id.
-
#cache_node_ids_to_remove ⇒ ::Array[::String]
Returns the value of attribute cache_node_ids_to_remove.
-
#cache_node_type ⇒ ::String
Returns the value of attribute cache_node_type.
-
#cache_parameter_group_name ⇒ ::String
Returns the value of attribute cache_parameter_group_name.
-
#cache_security_group_names ⇒ ::Array[::String]
Returns the value of attribute cache_security_group_names.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#ip_discovery ⇒ "ipv4", "ipv6"
Returns the value of attribute ip_discovery.
-
#log_delivery_configurations ⇒ ::Array[Types::LogDeliveryConfigurationRequest]
Returns the value of attribute log_delivery_configurations.
-
#new_availability_zones ⇒ ::Array[::String]
Returns the value of attribute new_availability_zones.
-
#notification_topic_arn ⇒ ::String
Returns the value of attribute notification_topic_arn.
-
#notification_topic_status ⇒ ::String
Returns the value of attribute notification_topic_status.
-
#num_cache_nodes ⇒ ::Integer
Returns the value of attribute num_cache_nodes.
-
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
-
#scale_config ⇒ Types::ScaleConfig
Returns the value of attribute scale_config.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#snapshot_retention_limit ⇒ ::Integer
Returns the value of attribute snapshot_retention_limit.
-
#snapshot_window ⇒ ::String
Returns the value of attribute snapshot_window.
Instance Attribute Details
#apply_immediately ⇒ Boolean
Returns the value of attribute apply_immediately.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def apply_immediately @apply_immediately end |
#auth_token ⇒ ::String
Returns the value of attribute auth_token.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def auth_token @auth_token end |
#auth_token_update_strategy ⇒ "SET", ...
Returns the value of attribute auth_token_update_strategy.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def auth_token_update_strategy @auth_token_update_strategy end |
#auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute auto_minor_version_upgrade.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def auto_minor_version_upgrade @auto_minor_version_upgrade end |
#az_mode ⇒ "single-az", "cross-az"
Returns the value of attribute az_mode.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def az_mode @az_mode end |
#cache_cluster_id ⇒ ::String
Returns the value of attribute cache_cluster_id.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def cache_cluster_id @cache_cluster_id end |
#cache_node_ids_to_remove ⇒ ::Array[::String]
Returns the value of attribute cache_node_ids_to_remove.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def cache_node_ids_to_remove @cache_node_ids_to_remove end |
#cache_node_type ⇒ ::String
Returns the value of attribute cache_node_type.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def cache_node_type @cache_node_type end |
#cache_parameter_group_name ⇒ ::String
Returns the value of attribute cache_parameter_group_name.
1165 1166 1167 |
# File 'sig/types.rbs', line 1165 def cache_parameter_group_name @cache_parameter_group_name end |
#cache_security_group_names ⇒ ::Array[::String]
Returns the value of attribute cache_security_group_names.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def cache_security_group_names @cache_security_group_names end |
#engine ⇒ ::String
Returns the value of attribute engine.
1168 1169 1170 |
# File 'sig/types.rbs', line 1168 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
1169 1170 1171 |
# File 'sig/types.rbs', line 1169 def engine_version @engine_version end |
#ip_discovery ⇒ "ipv4", "ipv6"
Returns the value of attribute ip_discovery.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def ip_discovery @ip_discovery end |
#log_delivery_configurations ⇒ ::Array[Types::LogDeliveryConfigurationRequest]
Returns the value of attribute log_delivery_configurations.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def log_delivery_configurations @log_delivery_configurations end |
#new_availability_zones ⇒ ::Array[::String]
Returns the value of attribute new_availability_zones.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def new_availability_zones @new_availability_zones end |
#notification_topic_arn ⇒ ::String
Returns the value of attribute notification_topic_arn.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def notification_topic_arn @notification_topic_arn end |
#notification_topic_status ⇒ ::String
Returns the value of attribute notification_topic_status.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def notification_topic_status @notification_topic_status end |
#num_cache_nodes ⇒ ::Integer
Returns the value of attribute num_cache_nodes.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def num_cache_nodes @num_cache_nodes end |
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def preferred_maintenance_window @preferred_maintenance_window end |
#scale_config ⇒ Types::ScaleConfig
Returns the value of attribute scale_config.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def scale_config @scale_config end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def security_group_ids @security_group_ids end |
#snapshot_retention_limit ⇒ ::Integer
Returns the value of attribute snapshot_retention_limit.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def snapshot_retention_limit @snapshot_retention_limit end |
#snapshot_window ⇒ ::String
Returns the value of attribute snapshot_window.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def snapshot_window @snapshot_window end |