Class: Aws::RDS::Types::CreateGlobalClusterResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



6277
6278
6279
6280
6281
# File 'lib/aws-sdk-rds/types.rb', line 6277

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