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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/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:



15922
15923
15924
15925
15926
15927
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15922

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)


15922
15923
15924
15925
15926
15927
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15922

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