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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#global_clusterTypes::GlobalCluster

A data type representing an Aurora global database.



3717
3718
3719
3720
# File 'lib/aws-sdk-rds/types.rb', line 3717

class CreateGlobalClusterResult < Struct.new(
  :global_cluster)
  include Aws::Structure
end