Class: Aws::Types::UpdateClusterInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#admin_user_password::String

Returns the value of attribute admin_user_password.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



349
350
351
# File 'sig/types.rbs', line 349

def vpc_security_group_ids
  @vpc_security_group_ids
end