Class: Aws::RDS::Types::ModifyDBShardGroupMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_shard_group_identifierString

The name of the DB shard group to modify.

Returns:

  • (String)


19514
19515
19516
19517
19518
19519
19520
# File 'lib/aws-sdk-rds/types.rb', line 19514

class ModifyDBShardGroupMessage < Struct.new(
  :db_shard_group_identifier,
  :max_acu,
  :min_acu)
  SENSITIVE = []
  include Aws::Structure
end

#max_acuFloat

The maximum capacity of the DB shard group in Aurora capacity units (ACUs).

Returns:

  • (Float)


19514
19515
19516
19517
19518
19519
19520
# File 'lib/aws-sdk-rds/types.rb', line 19514

class ModifyDBShardGroupMessage < Struct.new(
  :db_shard_group_identifier,
  :max_acu,
  :min_acu)
  SENSITIVE = []
  include Aws::Structure
end

#min_acuFloat

The minimum capacity of the DB shard group in Aurora capacity units (ACUs).

Returns:

  • (Float)


19514
19515
19516
19517
19518
19519
19520
# File 'lib/aws-sdk-rds/types.rb', line 19514

class ModifyDBShardGroupMessage < Struct.new(
  :db_shard_group_identifier,
  :max_acu,
  :min_acu)
  SENSITIVE = []
  include Aws::Structure
end