Class: Aws::Types::ModifyGlobalReplicationGroupMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyGlobalReplicationGroupMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#apply_immediately ⇒ Boolean
Returns the value of attribute apply_immediately.
-
#automatic_failover_enabled ⇒ Boolean
Returns the value of attribute automatic_failover_enabled.
-
#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.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#global_replication_group_description ⇒ ::String
Returns the value of attribute global_replication_group_description.
-
#global_replication_group_id ⇒ ::String
Returns the value of attribute global_replication_group_id.
Instance Attribute Details
#apply_immediately ⇒ Boolean
Returns the value of attribute apply_immediately.
1207 1208 1209 |
# File 'sig/types.rbs', line 1207 def apply_immediately @apply_immediately end |
#automatic_failover_enabled ⇒ Boolean
Returns the value of attribute automatic_failover_enabled.
1213 1214 1215 |
# File 'sig/types.rbs', line 1213 def automatic_failover_enabled @automatic_failover_enabled end |
#cache_node_type ⇒ ::String
Returns the value of attribute cache_node_type.
1208 1209 1210 |
# File 'sig/types.rbs', line 1208 def cache_node_type @cache_node_type end |
#cache_parameter_group_name ⇒ ::String
Returns the value of attribute cache_parameter_group_name.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def cache_parameter_group_name @cache_parameter_group_name end |
#engine ⇒ ::String
Returns the value of attribute engine.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def engine_version @engine_version end |
#global_replication_group_description ⇒ ::String
Returns the value of attribute global_replication_group_description.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def global_replication_group_description @global_replication_group_description end |
#global_replication_group_id ⇒ ::String
Returns the value of attribute global_replication_group_id.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def global_replication_group_id @global_replication_group_id end |