Method: Aws::DocDB::Types::GlobalClustersMessage#marker

Defined in:
lib/aws-sdk-docdb/types.rb

#markerString

Returns:

  • (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