Class: Aws::RDS::Types::ResourcePendingMaintenanceActions
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDS::Types::ResourcePendingMaintenanceActions
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Describes the pending maintenance actions for a resource.
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 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.
| 22269 22270 22271 22272 22273 22274 | # File 'lib/aws-sdk-rds/types.rb', line 22269 class ResourcePendingMaintenanceActions < Struct.new( :resource_identifier, :pending_maintenance_action_details) SENSITIVE = [] include Aws::Structure end | 
#resource_identifier ⇒ String
The ARN of the resource that has pending maintenance actions.
| 22269 22270 22271 22272 22273 22274 | # File 'lib/aws-sdk-rds/types.rb', line 22269 class ResourcePendingMaintenanceActions < Struct.new( :resource_identifier, :pending_maintenance_action_details) SENSITIVE = [] include Aws::Structure end |