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:



7569
7570
7571
7572
7573
7574
# File 'lib/aws-sdk-rds/types.rb', line 7569

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)


7569
7570
7571
7572
7573
7574
# File 'lib/aws-sdk-rds/types.rb', line 7569

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