Class: Aws::DocDB::Types::GlobalClustersMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDB::Types::GlobalClustersMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#global_clusters ⇒ Array<Types::GlobalCluster>
4004 4005 4006 4007 4008 4009 |
# File 'lib/aws-sdk-docdb/types.rb', line 4004 class GlobalClustersMessage < Struct.new( :marker, :global_clusters) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
4004 4005 4006 4007 4008 4009 |
# File 'lib/aws-sdk-docdb/types.rb', line 4004 class GlobalClustersMessage < Struct.new( :marker, :global_clusters) SENSITIVE = [] include Aws::Structure end |