Class: Aws::MemoryDB::Types::MultiRegionCluster
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::MultiRegionCluster
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
Represents a multi-Region cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the multi-Region cluster.
-
#clusters ⇒ Array<Types::RegionalCluster>
The clusters in this multi-Region cluster.
-
#description ⇒ String
The description of the multi-Region cluster.
-
#engine ⇒ String
The name of the engine used by the multi-Region cluster.
-
#engine_version ⇒ String
The version of the engine used by the multi-Region cluster.
-
#multi_region_cluster_name ⇒ String
The name of the multi-Region cluster.
-
#multi_region_parameter_group_name ⇒ String
The name of the multi-Region parameter group associated with the cluster.
-
#node_type ⇒ String
The node type used by the multi-Region cluster.
-
#number_of_shards ⇒ Integer
The number of shards in the multi-Region cluster.
-
#status ⇒ String
The current status of the multi-Region cluster.
-
#tls_enabled ⇒ Boolean
Indiciates if the multi-Region cluster is TLS enabled.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the multi-Region cluster.
2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2354 class MultiRegionCluster < Struct.new( :multi_region_cluster_name, :description, :status, :node_type, :engine, :engine_version, :number_of_shards, :clusters, :multi_region_parameter_group_name, :tls_enabled, :arn) SENSITIVE = [] include Aws::Structure end |
#clusters ⇒ Array<Types::RegionalCluster>
The clusters in this multi-Region cluster.
2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2354 class MultiRegionCluster < Struct.new( :multi_region_cluster_name, :description, :status, :node_type, :engine, :engine_version, :number_of_shards, :clusters, :multi_region_parameter_group_name, :tls_enabled, :arn) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the multi-Region cluster.
2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2354 class MultiRegionCluster < Struct.new( :multi_region_cluster_name, :description, :status, :node_type, :engine, :engine_version, :number_of_shards, :clusters, :multi_region_parameter_group_name, :tls_enabled, :arn) SENSITIVE = [] include Aws::Structure end |
#engine ⇒ String
The name of the engine used by the multi-Region cluster.
2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2354 class MultiRegionCluster < Struct.new( :multi_region_cluster_name, :description, :status, :node_type, :engine, :engine_version, :number_of_shards, :clusters, :multi_region_parameter_group_name, :tls_enabled, :arn) SENSITIVE = [] include Aws::Structure end |
#engine_version ⇒ String
The version of the engine used by the multi-Region cluster.
2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2354 class MultiRegionCluster < Struct.new( :multi_region_cluster_name, :description, :status, :node_type, :engine, :engine_version, :number_of_shards, :clusters, :multi_region_parameter_group_name, :tls_enabled, :arn) SENSITIVE = [] include Aws::Structure end |
#multi_region_cluster_name ⇒ String
The name of the multi-Region cluster.
2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2354 class MultiRegionCluster < Struct.new( :multi_region_cluster_name, :description, :status, :node_type, :engine, :engine_version, :number_of_shards, :clusters, :multi_region_parameter_group_name, :tls_enabled, :arn) SENSITIVE = [] include Aws::Structure end |
#multi_region_parameter_group_name ⇒ String
The name of the multi-Region parameter group associated with the cluster.
2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2354 class MultiRegionCluster < Struct.new( :multi_region_cluster_name, :description, :status, :node_type, :engine, :engine_version, :number_of_shards, :clusters, :multi_region_parameter_group_name, :tls_enabled, :arn) SENSITIVE = [] include Aws::Structure end |
#node_type ⇒ String
The node type used by the multi-Region cluster.
2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2354 class MultiRegionCluster < Struct.new( :multi_region_cluster_name, :description, :status, :node_type, :engine, :engine_version, :number_of_shards, :clusters, :multi_region_parameter_group_name, :tls_enabled, :arn) SENSITIVE = [] include Aws::Structure end |
#number_of_shards ⇒ Integer
The number of shards in the multi-Region cluster.
2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2354 class MultiRegionCluster < Struct.new( :multi_region_cluster_name, :description, :status, :node_type, :engine, :engine_version, :number_of_shards, :clusters, :multi_region_parameter_group_name, :tls_enabled, :arn) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the multi-Region cluster.
2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2354 class MultiRegionCluster < Struct.new( :multi_region_cluster_name, :description, :status, :node_type, :engine, :engine_version, :number_of_shards, :clusters, :multi_region_parameter_group_name, :tls_enabled, :arn) SENSITIVE = [] include Aws::Structure end |
#tls_enabled ⇒ Boolean
Indiciates if the multi-Region cluster is TLS enabled.
2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2354 class MultiRegionCluster < Struct.new( :multi_region_cluster_name, :description, :status, :node_type, :engine, :engine_version, :number_of_shards, :clusters, :multi_region_parameter_group_name, :tls_enabled, :arn) SENSITIVE = [] include Aws::Structure end |