Class: Aws::Types::UpdateClusterRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateClusterRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#acl_name ⇒ ::String
Returns the value of attribute acl_name.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#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.
-
#ip_discovery ⇒ "ipv4", "ipv6"
Returns the value of attribute ip_discovery.
-
#maintenance_window ⇒ ::String
Returns the value of attribute maintenance_window.
-
#node_type ⇒ ::String
Returns the value of attribute node_type.
-
#parameter_group_name ⇒ ::String
Returns the value of attribute parameter_group_name.
-
#replica_configuration ⇒ Types::ReplicaConfigurationRequest
Returns the value of attribute replica_configuration.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#shard_configuration ⇒ Types::ShardConfigurationRequest
Returns the value of attribute shard_configuration.
-
#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.
Instance Attribute Details
#acl_name ⇒ ::String
Returns the value of attribute acl_name.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def acl_name @acl_name end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def cluster_name @cluster_name end |
#description ⇒ ::String
Returns the value of attribute description.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def description @description end |
#engine ⇒ ::String
Returns the value of attribute engine.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def engine_version @engine_version end |
#ip_discovery ⇒ "ipv4", "ipv6"
Returns the value of attribute ip_discovery.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def ip_discovery @ip_discovery end |
#maintenance_window ⇒ ::String
Returns the value of attribute maintenance_window.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def maintenance_window @maintenance_window end |
#node_type ⇒ ::String
Returns the value of attribute node_type.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def node_type @node_type end |
#parameter_group_name ⇒ ::String
Returns the value of attribute parameter_group_name.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def parameter_group_name @parameter_group_name end |
#replica_configuration ⇒ Types::ReplicaConfigurationRequest
Returns the value of attribute replica_configuration.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def replica_configuration @replica_configuration end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def security_group_ids @security_group_ids end |
#shard_configuration ⇒ Types::ShardConfigurationRequest
Returns the value of attribute shard_configuration.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def shard_configuration @shard_configuration end |
#snapshot_retention_limit ⇒ ::Integer
Returns the value of attribute snapshot_retention_limit.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def snapshot_retention_limit @snapshot_retention_limit end |
#snapshot_window ⇒ ::String
Returns the value of attribute snapshot_window.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def snapshot_window @snapshot_window end |
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def sns_topic_arn @sns_topic_arn end |
#sns_topic_status ⇒ ::String
Returns the value of attribute sns_topic_status.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def sns_topic_status @sns_topic_status end |