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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#global_clustersArray<Types::GlobalCluster>

The list of global clusters returned by this request.

Returns:



9375
9376
9377
9378
9379
# File 'lib/aws-sdk-rds/types.rb', line 9375

class GlobalClustersMessage < Struct.new(
  :marker,
  :global_clusters)
  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)


9375
9376
9377
9378
9379
# File 'lib/aws-sdk-rds/types.rb', line 9375

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