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.
| 7720 7721 7722 7723 7724 7725 | # File 'lib/aws-sdk-rds/types.rb', line 7720 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.
| 7720 7721 7722 7723 7724 7725 | # File 'lib/aws-sdk-rds/types.rb', line 7720 class DBClusterMessage < Struct.new( :marker, :db_clusters) SENSITIVE = [] include Aws::Structure end |