Class: Aws::Types::MultiRegionCluster
- Inherits:
-
Object
- Object
- Aws::Types::MultiRegionCluster
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#clusters ⇒ ::Array[Types::RegionalCluster]
Returns the value of attribute clusters.
-
#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 ⇒ ::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.
-
#number_of_shards ⇒ ::Integer
Returns the value of attribute number_of_shards.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#tls_enabled ⇒ Boolean
Returns the value of attribute tls_enabled.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
703 704 705 |
# File 'sig/types.rbs', line 703 def arn @arn end |
#clusters ⇒ ::Array[Types::RegionalCluster]
Returns the value of attribute clusters.
700 701 702 |
# File 'sig/types.rbs', line 700 def clusters @clusters end |
#description ⇒ ::String
Returns the value of attribute description.
694 695 696 |
# File 'sig/types.rbs', line 694 def description @description end |
#engine ⇒ ::String
Returns the value of attribute engine.
697 698 699 |
# File 'sig/types.rbs', line 697 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
698 699 700 |
# File 'sig/types.rbs', line 698 def engine_version @engine_version end |
#multi_region_cluster_name ⇒ ::String
Returns the value of attribute multi_region_cluster_name.
693 694 695 |
# File 'sig/types.rbs', line 693 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.
701 702 703 |
# File 'sig/types.rbs', line 701 def multi_region_parameter_group_name @multi_region_parameter_group_name end |
#node_type ⇒ ::String
Returns the value of attribute node_type.
696 697 698 |
# File 'sig/types.rbs', line 696 def node_type @node_type end |
#number_of_shards ⇒ ::Integer
Returns the value of attribute number_of_shards.
699 700 701 |
# File 'sig/types.rbs', line 699 def number_of_shards @number_of_shards end |
#status ⇒ ::String
Returns the value of attribute status.
695 696 697 |
# File 'sig/types.rbs', line 695 def status @status end |
#tls_enabled ⇒ Boolean
Returns the value of attribute tls_enabled.
702 703 704 |
# File 'sig/types.rbs', line 702 def tls_enabled @tls_enabled end |