Class: Aws::Neptune::Types::DeleteGlobalClusterMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::DeleteGlobalClusterMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptune/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.
3774 3775 3776 3777 3778 |
# File 'lib/aws-sdk-neptune/types.rb', line 3774 class DeleteGlobalClusterMessage < Struct.new( :global_cluster_identifier) SENSITIVE = [] include Aws::Structure end |