Class: Aws::RDS::Types::DeleteDBShardGroupMessage

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

Returns:

  • (String)


12337
12338
12339
12340
12341
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 12337

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