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

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

#global_cluster_identifierString

The cluster identifier of the global database cluster being deleted.

Returns:

  • (String)


11528
11529
11530
11531
11532
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 11528

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