Class: Aws::Types::CreateMultiRegionClusterRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMultiRegionClusterRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#multi_region_cluster_name_suffix ⇒ ::String
Returns the value of attribute multi_region_cluster_name_suffix.
-
#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.
-
#num_shards ⇒ ::Integer
Returns the value of attribute num_shards.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#tls_enabled ⇒ Boolean
Returns the value of attribute tls_enabled.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
208 209 210 |
# File 'sig/types.rbs', line 208 def description @description end |
#engine ⇒ ::String
Returns the value of attribute engine.
209 210 211 |
# File 'sig/types.rbs', line 209 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
210 211 212 |
# File 'sig/types.rbs', line 210 def engine_version @engine_version end |
#multi_region_cluster_name_suffix ⇒ ::String
Returns the value of attribute multi_region_cluster_name_suffix.
207 208 209 |
# File 'sig/types.rbs', line 207 def multi_region_cluster_name_suffix @multi_region_cluster_name_suffix end |
#multi_region_parameter_group_name ⇒ ::String
Returns the value of attribute multi_region_parameter_group_name.
212 213 214 |
# File 'sig/types.rbs', line 212 def multi_region_parameter_group_name @multi_region_parameter_group_name end |
#node_type ⇒ ::String
Returns the value of attribute node_type.
211 212 213 |
# File 'sig/types.rbs', line 211 def node_type @node_type end |
#num_shards ⇒ ::Integer
Returns the value of attribute num_shards.
213 214 215 |
# File 'sig/types.rbs', line 213 def num_shards @num_shards end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
215 216 217 |
# File 'sig/types.rbs', line 215 def @tags end |
#tls_enabled ⇒ Boolean
Returns the value of attribute tls_enabled.
214 215 216 |
# File 'sig/types.rbs', line 214 def tls_enabled @tls_enabled end |