Class: Aws::Types::Cluster
- Inherits:
-
Object
- Object
- Aws::Types::Cluster
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#acl_name ⇒ ::String
Returns the value of attribute acl_name.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute auto_minor_version_upgrade.
-
#availability_mode ⇒ "singleaz", "multiaz"
Returns the value of attribute availability_mode.
-
#cluster_endpoint ⇒ Types::Endpoint
Returns the value of attribute cluster_endpoint.
-
#data_tiering ⇒ "true", "false"
Returns the value of attribute data_tiering.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_patch_version ⇒ ::String
Returns the value of attribute engine_patch_version.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#ip_discovery ⇒ "ipv4", "ipv6"
Returns the value of attribute ip_discovery.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#maintenance_window ⇒ ::String
Returns the value of attribute maintenance_window.
-
#multi_region_cluster_name ⇒ ::String
Returns the value of attribute multi_region_cluster_name.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_type ⇒ "ipv4", ...
Returns the value of attribute network_type.
-
#node_type ⇒ ::String
Returns the value of attribute node_type.
-
#number_of_shards ⇒ ::Integer
Returns the value of attribute number_of_shards.
-
#parameter_group_name ⇒ ::String
Returns the value of attribute parameter_group_name.
-
#parameter_group_status ⇒ ::String
Returns the value of attribute parameter_group_status.
-
#pending_updates ⇒ Types::ClusterPendingUpdates
Returns the value of attribute pending_updates.
-
#security_groups ⇒ ::Array[Types::SecurityGroupMembership]
Returns the value of attribute security_groups.
-
#shards ⇒ ::Array[Types::Shard]
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.
-
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
-
#sns_topic_status ⇒ ::String
Returns the value of attribute sns_topic_status.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#subnet_group_name ⇒ ::String
Returns the value of attribute subnet_group_name.
-
#tls_enabled ⇒ Boolean
Returns the value of attribute tls_enabled.
Instance Attribute Details
#acl_name ⇒ ::String
Returns the value of attribute acl_name.
100 101 102 |
# File 'sig/types.rbs', line 100 def acl_name @acl_name end |
#arn ⇒ ::String
Returns the value of attribute arn.
94 95 96 |
# File 'sig/types.rbs', line 94 def arn @arn end |
#auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute auto_minor_version_upgrade.
101 102 103 |
# File 'sig/types.rbs', line 101 def auto_minor_version_upgrade @auto_minor_version_upgrade end |
#availability_mode ⇒ "singleaz", "multiaz"
Returns the value of attribute availability_mode.
82 83 84 |
# File 'sig/types.rbs', line 82 def availability_mode @availability_mode end |
#cluster_endpoint ⇒ Types::Endpoint
Returns the value of attribute cluster_endpoint.
83 84 85 |
# File 'sig/types.rbs', line 83 def cluster_endpoint @cluster_endpoint end |
#data_tiering ⇒ "true", "false"
Returns the value of attribute data_tiering.
102 103 104 |
# File 'sig/types.rbs', line 102 def data_tiering @data_tiering end |
#description ⇒ ::String
Returns the value of attribute description.
76 77 78 |
# File 'sig/types.rbs', line 76 def description @description end |
#engine ⇒ ::String
Returns the value of attribute engine.
85 86 87 |
# File 'sig/types.rbs', line 85 def engine @engine end |
#engine_patch_version ⇒ ::String
Returns the value of attribute engine_patch_version.
87 88 89 |
# File 'sig/types.rbs', line 87 def engine_patch_version @engine_patch_version end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
86 87 88 |
# File 'sig/types.rbs', line 86 def engine_version @engine_version end |
#ip_discovery ⇒ "ipv4", "ipv6"
Returns the value of attribute ip_discovery.
104 105 106 |
# File 'sig/types.rbs', line 104 def ip_discovery @ip_discovery end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
93 94 95 |
# File 'sig/types.rbs', line 93 def kms_key_id @kms_key_id end |
#maintenance_window ⇒ ::String
Returns the value of attribute maintenance_window.
98 99 100 |
# File 'sig/types.rbs', line 98 def maintenance_window @maintenance_window end |
#multi_region_cluster_name ⇒ ::String
Returns the value of attribute multi_region_cluster_name.
79 80 81 |
# File 'sig/types.rbs', line 79 def multi_region_cluster_name @multi_region_cluster_name end |
#name ⇒ ::String
Returns the value of attribute name.
75 76 77 |
# File 'sig/types.rbs', line 75 def name @name end |
#network_type ⇒ "ipv4", ...
Returns the value of attribute network_type.
103 104 105 |
# File 'sig/types.rbs', line 103 def network_type @network_type end |
#node_type ⇒ ::String
Returns the value of attribute node_type.
84 85 86 |
# File 'sig/types.rbs', line 84 def node_type @node_type end |
#number_of_shards ⇒ ::Integer
Returns the value of attribute number_of_shards.
80 81 82 |
# File 'sig/types.rbs', line 80 def number_of_shards @number_of_shards end |
#parameter_group_name ⇒ ::String
Returns the value of attribute parameter_group_name.
88 89 90 |
# File 'sig/types.rbs', line 88 def parameter_group_name @parameter_group_name end |
#parameter_group_status ⇒ ::String
Returns the value of attribute parameter_group_status.
89 90 91 |
# File 'sig/types.rbs', line 89 def parameter_group_status @parameter_group_status end |
#pending_updates ⇒ Types::ClusterPendingUpdates
Returns the value of attribute pending_updates.
78 79 80 |
# File 'sig/types.rbs', line 78 def pending_updates @pending_updates end |
#security_groups ⇒ ::Array[Types::SecurityGroupMembership]
Returns the value of attribute security_groups.
90 91 92 |
# File 'sig/types.rbs', line 90 def security_groups @security_groups end |
#shards ⇒ ::Array[Types::Shard]
Returns the value of attribute shards.
81 82 83 |
# File 'sig/types.rbs', line 81 def shards @shards end |
#snapshot_retention_limit ⇒ ::Integer
Returns the value of attribute snapshot_retention_limit.
97 98 99 |
# File 'sig/types.rbs', line 97 def snapshot_retention_limit @snapshot_retention_limit end |
#snapshot_window ⇒ ::String
Returns the value of attribute snapshot_window.
99 100 101 |
# File 'sig/types.rbs', line 99 def snapshot_window @snapshot_window end |
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
95 96 97 |
# File 'sig/types.rbs', line 95 def sns_topic_arn @sns_topic_arn end |
#sns_topic_status ⇒ ::String
Returns the value of attribute sns_topic_status.
96 97 98 |
# File 'sig/types.rbs', line 96 def sns_topic_status @sns_topic_status end |
#status ⇒ ::String
Returns the value of attribute status.
77 78 79 |
# File 'sig/types.rbs', line 77 def status @status end |
#subnet_group_name ⇒ ::String
Returns the value of attribute subnet_group_name.
91 92 93 |
# File 'sig/types.rbs', line 91 def subnet_group_name @subnet_group_name end |
#tls_enabled ⇒ Boolean
Returns the value of attribute tls_enabled.
92 93 94 |
# File 'sig/types.rbs', line 92 def tls_enabled @tls_enabled end |