Class: Aws::RDS::Types::PendingMaintenanceActionsMessage
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDS::Types::PendingMaintenanceActionsMessage
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Data returned from the DescribePendingMaintenanceActions action.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #marker  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An optional pagination token provided by a previous ‘DescribePendingMaintenanceActions` request. 
- 
  
    
      #pending_maintenance_actions  ⇒ Array<Types::ResourcePendingMaintenanceActions> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of the pending maintenance actions for the resource. 
Instance Attribute Details
#marker ⇒ String
An optional pagination token provided by a previous ‘DescribePendingMaintenanceActions` request. If this parameter is specified, the response includes only records beyond the marker, up to a number of records specified by `MaxRecords`.
| 20870 20871 20872 20873 20874 20875 | # File 'lib/aws-sdk-rds/types.rb', line 20870 class PendingMaintenanceActionsMessage < Struct.new( :pending_maintenance_actions, :marker) SENSITIVE = [] include Aws::Structure end | 
#pending_maintenance_actions ⇒ Array<Types::ResourcePendingMaintenanceActions>
A list of the pending maintenance actions for the resource.
| 20870 20871 20872 20873 20874 20875 | # File 'lib/aws-sdk-rds/types.rb', line 20870 class PendingMaintenanceActionsMessage < Struct.new( :pending_maintenance_actions, :marker) SENSITIVE = [] include Aws::Structure end |