Class: Aws::Neptune::Types::RemoveFromGlobalClusterMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::RemoveFromGlobalClusterMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptune/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_cluster_identifier ⇒ String
The Amazon Resource Name (ARN) identifying the cluster to be detached from the Neptune global database cluster.
-
#global_cluster_identifier ⇒ String
The identifier of the Neptune global database from which to detach the specified Neptune DB cluster.
Instance Attribute Details
#db_cluster_identifier ⇒ String
The Amazon Resource Name (ARN) identifying the cluster to be detached from the Neptune global database cluster.
7137 7138 7139 7140 7141 7142 |
# File 'lib/aws-sdk-neptune/types.rb', line 7137 class RemoveFromGlobalClusterMessage < Struct.new( :global_cluster_identifier, :db_cluster_identifier) SENSITIVE = [] include Aws::Structure end |
#global_cluster_identifier ⇒ String
The identifier of the Neptune global database from which to detach the specified Neptune DB cluster.
7137 7138 7139 7140 7141 7142 |
# File 'lib/aws-sdk-neptune/types.rb', line 7137 class RemoveFromGlobalClusterMessage < Struct.new( :global_cluster_identifier, :db_cluster_identifier) SENSITIVE = [] include Aws::Structure end |