Class: Aws::RDS::Types::RemoveFromGlobalClusterMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::RemoveFromGlobalClusterMessage
- Defined in:
- gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb
Overview
Note:
When making an API call, you may pass RemoveFromGlobalClusterMessage data as a hash:
{
global_cluster_identifier: "String",
db_cluster_identifier: "String",
}
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.
18684 18685 18686 18687 18688 18689 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 18684 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.
18684 18685 18686 18687 18688 18689 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 18684 class RemoveFromGlobalClusterMessage < Struct.new( :global_cluster_identifier, :db_cluster_identifier) SENSITIVE = [] include Aws::Structure end |