Class: Aws::Types::UpdateClusterInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateClusterInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#admin_user_password ⇒ ::String
Returns the value of attribute admin_user_password.
-
#auth_type ⇒ "PLAIN_TEXT", "SECRET_ARN"
Returns the value of attribute auth_type.
-
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
-
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
-
#shard_capacity ⇒ ::Integer
Returns the value of attribute shard_capacity.
-
#shard_count ⇒ ::Integer
Returns the value of attribute shard_count.
-
#shard_instance_count ⇒ ::Integer
Returns the value of attribute shard_instance_count.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
Instance Attribute Details
#admin_user_password ⇒ ::String
Returns the value of attribute admin_user_password.
338 339 340 |
# File 'sig/types.rbs', line 338 def admin_user_password @admin_user_password end |
#auth_type ⇒ "PLAIN_TEXT", "SECRET_ARN"
Returns the value of attribute auth_type.
339 340 341 |
# File 'sig/types.rbs', line 339 def auth_type @auth_type end |
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
340 341 342 |
# File 'sig/types.rbs', line 340 def backup_retention_period @backup_retention_period end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
341 342 343 |
# File 'sig/types.rbs', line 341 def client_token @client_token end |
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
342 343 344 |
# File 'sig/types.rbs', line 342 def cluster_arn @cluster_arn end |
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
343 344 345 |
# File 'sig/types.rbs', line 343 def preferred_backup_window @preferred_backup_window end |
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
344 345 346 |
# File 'sig/types.rbs', line 344 def preferred_maintenance_window @preferred_maintenance_window end |
#shard_capacity ⇒ ::Integer
Returns the value of attribute shard_capacity.
345 346 347 |
# File 'sig/types.rbs', line 345 def shard_capacity @shard_capacity end |
#shard_count ⇒ ::Integer
Returns the value of attribute shard_count.
346 347 348 |
# File 'sig/types.rbs', line 346 def shard_count @shard_count end |
#shard_instance_count ⇒ ::Integer
Returns the value of attribute shard_instance_count.
347 348 349 |
# File 'sig/types.rbs', line 347 def shard_instance_count @shard_instance_count end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
348 349 350 |
# File 'sig/types.rbs', line 348 def subnet_ids @subnet_ids end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
349 350 351 |
# File 'sig/types.rbs', line 349 def vpc_security_group_ids @vpc_security_group_ids end |