Class: Aws::RDS::Types::SwitchoverGlobalClusterResult

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.



26731
26732
26733
26734
26735
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 26731

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