Class: Aws::RDS::Types::GlobalClustersMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#global_clustersArray<Types::GlobalCluster>

The list of global clusters returned by this request.

Returns:



15913
15914
15915
15916
15917
15918
# File 'lib/aws-sdk-rds/types.rb', line 15913

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

#markerString

An optional pagination token provided by a previous ‘DescribeGlobalClusters` request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by `MaxRecords`.

Returns:

  • (String)


15913
15914
15915
15916
15917
15918
# File 'lib/aws-sdk-rds/types.rb', line 15913

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