Class: Aws::RDS::Types::DBClusterMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DBClusterMessage
- 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
-
#db_clusters ⇒ Array<Types::DBCluster>
Contains a list of DB clusters for the user.
-
#marker ⇒ String
A pagination token that can be used in a later ‘DescribeDBClusters` request.
Instance Attribute Details
#db_clusters ⇒ Array<Types::DBCluster>
Contains a list of DB clusters for the user.
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 |
#marker ⇒ String
A pagination token that can be used in a later ‘DescribeDBClusters` request.
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 |