Class: Aws::RDS::Types::IssueDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::IssueDetails
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
The details of an issue with your DB instances, DB clusters, and DB parameter groups.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #performance_issue_details  ⇒ Types::PerformanceIssueDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A detailed description of the issue when the recommendation category is ‘performance`.
 
Instance Attribute Details
#performance_issue_details ⇒ Types::PerformanceIssueDetails
A detailed description of the issue when the recommendation category is ‘performance`.
      16858 16859 16860 16861 16862  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 16858 class IssueDetails < Struct.new( :performance_issue_details) SENSITIVE = [] include Aws::Structure end  |