Class: Aws::RDS::Types::RemoveFromGlobalClusterMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::RemoveFromGlobalClusterMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_cluster_identifier ⇒ String
The Amazon Resource Name (ARN) identifying the cluster that was detached from the Aurora global database cluster.
-
#global_cluster_identifier ⇒ String
The cluster identifier to detach from the Aurora global database cluster.
Instance Attribute Details
#db_cluster_identifier ⇒ String
The Amazon Resource Name (ARN) identifying the cluster that was detached from the Aurora global database cluster.
22256 22257 22258 22259 22260 22261 |
# File 'lib/aws-sdk-rds/types.rb', line 22256 class RemoveFromGlobalClusterMessage < Struct.new( :global_cluster_identifier, :db_cluster_identifier) SENSITIVE = [] include Aws::Structure end |
#global_cluster_identifier ⇒ String
The cluster identifier to detach from the Aurora global database cluster.
22256 22257 22258 22259 22260 22261 |
# File 'lib/aws-sdk-rds/types.rb', line 22256 class RemoveFromGlobalClusterMessage < Struct.new( :global_cluster_identifier, :db_cluster_identifier) SENSITIVE = [] include Aws::Structure end |