Class: Aws::RDS::Types::RemoveFromGlobalClusterResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#global_clusterTypes::GlobalCluster

A data type representing an Aurora global database.



21648
21649
21650
21651
21652
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21648

class RemoveFromGlobalClusterResult < Struct.new(
  :global_cluster)
  SENSITIVE = []
  include Aws::Structure
end