Class: Aws::Types::PendingModifiedValues
- Inherits:
-
Object
- Object
- Aws::Types::PendingModifiedValues
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_token_status ⇒ "SETTING", "ROTATING"
Returns the value of attribute auth_token_status.
-
#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.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#log_delivery_configurations ⇒ ::Array[Types::PendingLogDeliveryConfiguration]
Returns the value of attribute log_delivery_configurations.
-
#num_cache_nodes ⇒ ::Integer
Returns the value of attribute num_cache_nodes.
-
#scale_config ⇒ Types::ScaleConfig
Returns the value of attribute scale_config.
-
#transit_encryption_enabled ⇒ Boolean
Returns the value of attribute transit_encryption_enabled.
-
#transit_encryption_mode ⇒ "preferred", "required"
Returns the value of attribute transit_encryption_mode.
Instance Attribute Details
#auth_token_status ⇒ "SETTING", "ROTATING"
Returns the value of attribute auth_token_status.
1429 1430 1431 |
# File 'sig/types.rbs', line 1429 def auth_token_status @auth_token_status end |
#cache_node_ids_to_remove ⇒ ::Array[::String]
Returns the value of attribute cache_node_ids_to_remove.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def cache_node_ids_to_remove @cache_node_ids_to_remove end |
#cache_node_type ⇒ ::String
Returns the value of attribute cache_node_type.
1428 1429 1430 |
# File 'sig/types.rbs', line 1428 def cache_node_type @cache_node_type end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
1427 1428 1429 |
# File 'sig/types.rbs', line 1427 def engine_version @engine_version end |
#log_delivery_configurations ⇒ ::Array[Types::PendingLogDeliveryConfiguration]
Returns the value of attribute log_delivery_configurations.
1430 1431 1432 |
# File 'sig/types.rbs', line 1430 def log_delivery_configurations @log_delivery_configurations end |
#num_cache_nodes ⇒ ::Integer
Returns the value of attribute num_cache_nodes.
1425 1426 1427 |
# File 'sig/types.rbs', line 1425 def num_cache_nodes @num_cache_nodes end |
#scale_config ⇒ Types::ScaleConfig
Returns the value of attribute scale_config.
1433 1434 1435 |
# File 'sig/types.rbs', line 1433 def scale_config @scale_config end |
#transit_encryption_enabled ⇒ Boolean
Returns the value of attribute transit_encryption_enabled.
1431 1432 1433 |
# File 'sig/types.rbs', line 1431 def transit_encryption_enabled @transit_encryption_enabled end |
#transit_encryption_mode ⇒ "preferred", "required"
Returns the value of attribute transit_encryption_mode.
1432 1433 1434 |
# File 'sig/types.rbs', line 1432 def transit_encryption_mode @transit_encryption_mode end |