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)


6403
6404
6405
6406
# File 'lib/aws-sdk-rds/types.rb', line 6403

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