Class: Aws::RDS::Types::DBClusterMessage

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

Overview

Contains the result of a successful invocation of the DescribeDBClusters action.

Instance Attribute Summary collapse

Instance Attribute Details

#db_clustersArray<Types::DBCluster>

Contains a list of DB clusters for the user.

Returns:



4383
4384
4385
4386
4387
# File 'lib/aws-sdk-rds/types.rb', line 4383

class DBClusterMessage < Struct.new(
  :marker,
  :db_clusters)
  include Aws::Structure
end

#markerString

A pagination token that can be used in a subsequent DescribeDBClusters request.

Returns:

  • (String)


4383
4384
4385
4386
4387
# File 'lib/aws-sdk-rds/types.rb', line 4383

class DBClusterMessage < Struct.new(
  :marker,
  :db_clusters)
  include Aws::Structure
end