Class: Aws::RDS::Types::RebootDBShardGroupMessage

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 reboot.

Returns:

  • (String)


21426
21427
21428
21429
21430
# File 'lib/aws-sdk-rds/types.rb', line 21426

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