Class: Aws::DocDB::Types::ResourcePendingMaintenanceActions
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DocDB::Types::ResourcePendingMaintenanceActions
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-docdb/types.rb
 
Overview
Represents the output of ApplyPendingMaintenanceAction.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #pending_maintenance_action_details  ⇒ Array<Types::PendingMaintenanceAction> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list that provides details about the pending maintenance actions for the resource.
 - 
  
    
      #resource_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the resource that has pending maintenance actions.
 
Instance Attribute Details
#pending_maintenance_action_details ⇒ Array<Types::PendingMaintenanceAction>
A list that provides details about the pending maintenance actions for the resource.
      4904 4905 4906 4907 4908 4909  | 
    
      # File 'lib/aws-sdk-docdb/types.rb', line 4904 class ResourcePendingMaintenanceActions < Struct.new( :resource_identifier, :pending_maintenance_action_details) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_identifier ⇒ String
The Amazon Resource Name (ARN) of the resource that has pending maintenance actions.
      4904 4905 4906 4907 4908 4909  | 
    
      # File 'lib/aws-sdk-docdb/types.rb', line 4904 class ResourcePendingMaintenanceActions < Struct.new( :resource_identifier, :pending_maintenance_action_details) SENSITIVE = [] include Aws::Structure end  |