Class: Aws::Types::ModifyCacheClusterMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#apply_immediatelyBoolean

Returns the value of attribute apply_immediately.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • ("SET", "ROTATE", "DELETE")


1175
1176
1177
# File 'sig/types.rbs', line 1175

def auth_token_update_strategy
  @auth_token_update_strategy
end

#auto_minor_version_upgradeBoolean

Returns the value of attribute auto_minor_version_upgrade.

Returns:

  • (Boolean)


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.

Returns:

  • ("single-az", "cross-az")


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


1168
1169
1170
# File 'sig/types.rbs', line 1168

def engine
  @engine
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


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.

Returns:

  • ("ipv4", "ipv6")


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


1163
1164
1165
# File 'sig/types.rbs', line 1163

def preferred_maintenance_window
  @preferred_maintenance_window
end

#scale_configTypes::ScaleConfig

Returns the value of attribute scale_config.

Returns:



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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


1172
1173
1174
# File 'sig/types.rbs', line 1172

def snapshot_window
  @snapshot_window
end