Class: Aws::Neptune::Types::GlobalClustersMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::GlobalClustersMessage
- Defined in:
- gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#global_clusters ⇒ Array<Types::GlobalCluster>
The list of global clusters and instances returned by this request.
-
#marker ⇒ String
A pagination token.
Instance Attribute Details
#global_clusters ⇒ Array<Types::GlobalCluster>
The list of global clusters and instances returned by this request.
5603 5604 5605 5606 5607 5608 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5603 class GlobalClustersMessage < Struct.new( :marker, :global_clusters) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
A pagination token. If this parameter is returned in the response,
more records are available, which can be retrieved by one or more
additional calls to DescribeGlobalClusters.
5603 5604 5605 5606 5607 5608 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5603 class GlobalClustersMessage < Struct.new( :marker, :global_clusters) SENSITIVE = [] include Aws::Structure end |