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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/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)


19247
19248
19249
19250
19251
19252
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 19247

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

#max_acuFloat

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

Returns:

  • (Float)


19247
19248
19249
19250
19251
19252
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 19247

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