Class: Aws::RDS::Types::FailoverGlobalClusterResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::FailoverGlobalClusterResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#global_cluster ⇒ Types::GlobalCluster
A data type representing an Aurora global database.
Instance Attribute Details
#global_cluster ⇒ Types::GlobalCluster
A data type representing an Aurora global database.
15995 15996 15997 15998 15999 |
# File 'lib/aws-sdk-rds/types.rb', line 15995 class FailoverGlobalClusterResult < Struct.new( :global_cluster) SENSITIVE = [] include Aws::Structure end |