Class: Aws::Types::ClusterConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ClusterConfiguration
- 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.
-
#maintenance_window ⇒ ::String
Returns the value of attribute maintenance_window.
-
#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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#node_type ⇒ ::String
Returns the value of attribute node_type.
-
#num_shards ⇒ ::Integer
Returns the value of attribute num_shards.
-
#parameter_group_name ⇒ ::String
Returns the value of attribute parameter_group_name.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#shards ⇒ ::Array[Types::ShardDetail]
Returns the value of attribute shards.
-
#snapshot_retention_limit ⇒ ::Integer
Returns the value of attribute snapshot_retention_limit.
-
#snapshot_window ⇒ ::String
Returns the value of attribute snapshot_window.
-
#subnet_group_name ⇒ ::String
Returns the value of attribute subnet_group_name.
-
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
113 114 115 |
# File 'sig/types.rbs', line 113 def description @description end |
#engine ⇒ ::String
Returns the value of attribute engine.
115 116 117 |
# File 'sig/types.rbs', line 115 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
116 117 118 |
# File 'sig/types.rbs', line 116 def engine_version @engine_version end |
#maintenance_window ⇒ ::String
Returns the value of attribute maintenance_window.
117 118 119 |
# File 'sig/types.rbs', line 117 def maintenance_window @maintenance_window end |
#multi_region_cluster_name ⇒ ::String
Returns the value of attribute multi_region_cluster_name.
128 129 130 |
# File 'sig/types.rbs', line 128 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.
127 128 129 |
# File 'sig/types.rbs', line 127 def multi_region_parameter_group_name @multi_region_parameter_group_name end |
#name ⇒ ::String
Returns the value of attribute name.
112 113 114 |
# File 'sig/types.rbs', line 112 def name @name end |
#node_type ⇒ ::String
Returns the value of attribute node_type.
114 115 116 |
# File 'sig/types.rbs', line 114 def node_type @node_type end |
#num_shards ⇒ ::Integer
Returns the value of attribute num_shards.
125 126 127 |
# File 'sig/types.rbs', line 125 def num_shards @num_shards end |
#parameter_group_name ⇒ ::String
Returns the value of attribute parameter_group_name.
120 121 122 |
# File 'sig/types.rbs', line 120 def parameter_group_name @parameter_group_name end |
#port ⇒ ::Integer
Returns the value of attribute port.
119 120 121 |
# File 'sig/types.rbs', line 119 def port @port end |
#shards ⇒ ::Array[Types::ShardDetail]
Returns the value of attribute shards.
126 127 128 |
# File 'sig/types.rbs', line 126 def shards @shards end |
#snapshot_retention_limit ⇒ ::Integer
Returns the value of attribute snapshot_retention_limit.
123 124 125 |
# File 'sig/types.rbs', line 123 def snapshot_retention_limit @snapshot_retention_limit end |
#snapshot_window ⇒ ::String
Returns the value of attribute snapshot_window.
124 125 126 |
# File 'sig/types.rbs', line 124 def snapshot_window @snapshot_window end |
#subnet_group_name ⇒ ::String
Returns the value of attribute subnet_group_name.
121 122 123 |
# File 'sig/types.rbs', line 121 def subnet_group_name @subnet_group_name end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
118 119 120 |
# File 'sig/types.rbs', line 118 def topic_arn @topic_arn end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
122 123 124 |
# File 'sig/types.rbs', line 122 def vpc_id @vpc_id end |