Class: Aws::RDS::Types::DeleteGlobalClusterMessage

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

Overview

Note:

When making an API call, you may pass DeleteGlobalClusterMessage data as a hash:

{
  global_cluster_identifier: "String", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#global_cluster_identifierString

The cluster identifier of the global database cluster being deleted.

Returns:

  • (String)


6491
6492
6493
6494
# File 'lib/aws-sdk-rds/types.rb', line 6491

class DeleteGlobalClusterMessage < Struct.new(
  :global_cluster_identifier)
  include Aws::Structure
end