Class: Aws::RDS::Types::DeleteGlobalClusterMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DeleteGlobalClusterMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#global_cluster_identifier ⇒ String
The cluster identifier of the global database cluster being deleted.
Instance Attribute Details
#global_cluster_identifier ⇒ String
The cluster identifier of the global database cluster being deleted.
11865 11866 11867 11868 11869 |
# File 'lib/aws-sdk-rds/types.rb', line 11865 class DeleteGlobalClusterMessage < Struct.new( :global_cluster_identifier) SENSITIVE = [] include Aws::Structure end |