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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_clustersArray<Types::DBCluster>

Contains a list of DB clusters for the user.

Returns:



7897
7898
7899
7900
7901
7902
# File 'lib/aws-sdk-rds/types.rb', line 7897

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

#markerString

A pagination token that can be used in a later ‘DescribeDBClusters` request.

Returns:

  • (String)


7897
7898
7899
7900
7901
7902
# File 'lib/aws-sdk-rds/types.rb', line 7897

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