Class: Aws::DocDB::Types::PendingMaintenanceActionsMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DocDB::Types::PendingMaintenanceActionsMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-docdb/types.rb
 
Overview
Represents the output of DescribePendingMaintenanceActions.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #marker  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An optional pagination token provided by a previous request.
 - 
  
    
      #pending_maintenance_actions  ⇒ Array<Types::ResourcePendingMaintenanceActions> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maintenance actions to be applied.
 
Instance Attribute Details
#marker ⇒ String
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by ‘MaxRecords`.
      4628 4629 4630 4631 4632 4633  | 
    
      # File 'lib/aws-sdk-docdb/types.rb', line 4628 class PendingMaintenanceActionsMessage < Struct.new( :pending_maintenance_actions, :marker) SENSITIVE = [] include Aws::Structure end  | 
  
#pending_maintenance_actions ⇒ Array<Types::ResourcePendingMaintenanceActions>
The maintenance actions to be applied.
      4628 4629 4630 4631 4632 4633  | 
    
      # File 'lib/aws-sdk-docdb/types.rb', line 4628 class PendingMaintenanceActionsMessage < Struct.new( :pending_maintenance_actions, :marker) SENSITIVE = [] include Aws::Structure end  |