Class: Aws::Types::UpdateMultiRegionClusterRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMultiRegionClusterRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#multi_region_cluster_name ⇒ ::String
Returns the value of attribute multi_region_cluster_name.
-
#multi_region_parameter_group_name ⇒ ::String
Returns the value of attribute multi_region_parameter_group_name.
-
#node_type ⇒ ::String
Returns the value of attribute node_type.
-
#shard_configuration ⇒ Types::ShardConfigurationRequest
Returns the value of attribute shard_configuration.
-
#update_strategy ⇒ "coordinated", "uncoordinated"
Returns the value of attribute update_strategy.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def description @description end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def engine_version @engine_version end |
#multi_region_cluster_name ⇒ ::String
Returns the value of attribute multi_region_cluster_name.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def multi_region_cluster_name @multi_region_cluster_name end |
#multi_region_parameter_group_name ⇒ ::String
Returns the value of attribute multi_region_parameter_group_name.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def multi_region_parameter_group_name @multi_region_parameter_group_name end |
#node_type ⇒ ::String
Returns the value of attribute node_type.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def node_type @node_type end |
#shard_configuration ⇒ Types::ShardConfigurationRequest
Returns the value of attribute shard_configuration.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def shard_configuration @shard_configuration end |
#update_strategy ⇒ "coordinated", "uncoordinated"
Returns the value of attribute update_strategy.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def update_strategy @update_strategy end |