Class: Aws::RDS::Types::IssueDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/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

Instance Attribute Details

#performance_issue_detailsTypes::PerformanceIssueDetails

A detailed description of the issue when the recommendation category is performance.



16352
16353
16354
16355
16356
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 16352

class IssueDetails < Struct.new(
  :performance_issue_details)
  SENSITIVE = []
  include Aws::Structure
end