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:



16101
16102
16103
16104
16105
16106
# File 'lib/aws-sdk-rds/types.rb', line 16101

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)


16101
16102
16103
16104
16105
16106
# File 'lib/aws-sdk-rds/types.rb', line 16101

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