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.
11951 11952 11953 11954 11955 |
# File 'lib/aws-sdk-rds/types.rb', line 11951 class DeleteGlobalClusterMessage < Struct.new( :global_cluster_identifier) SENSITIVE = [] include Aws::Structure end |