Class: Aws::Neptune::Types::GlobalClustersMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#global_clustersArray<Types::GlobalCluster>

The list of global clusters and instances returned by this request.

Returns:



5385
5386
5387
5388
5389
5390
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5385

class GlobalClustersMessage < Struct.new(
  :marker,
  :global_clusters)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

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.

Returns:

  • (String)


5385
5386
5387
5388
5389
5390
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5385

class GlobalClustersMessage < Struct.new(
  :marker,
  :global_clusters)
  SENSITIVE = []
  include Aws::Structure
end