Class: Aws::RDS::Types::ModifyGlobalClusterResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::ModifyGlobalClusterResult
- 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.
20199 20200 20201 20202 20203 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 20199 class ModifyGlobalClusterResult < Struct.new( :global_cluster) SENSITIVE = [] include Aws::Structure end |