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

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



7536
7537
7538
7539
7540
7541
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7536

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)


7536
7537
7538
7539
7540
7541
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7536

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