Class: Aws::RDS::Types::SwitchoverGlobalClusterResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::SwitchoverGlobalClusterResult
- Defined in:
- gems/aws-sdk-rds/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.
27755 27756 27757 27758 27759 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 27755 class SwitchoverGlobalClusterResult < Struct.new( :global_cluster) SENSITIVE = [] include Aws::Structure end |