Class: Aws::RDS::Types::PerformanceIssueDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb

Overview

Details of the performance issue.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysisString

The analysis of the performance issue. The information might contain markdown.

Returns:

  • (String)


21150
21151
21152
21153
21154
21155
21156
21157
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21150

class PerformanceIssueDetails < Struct.new(
  :start_time,
  :end_time,
  :metrics,
  :analysis)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The time when the performance issue stopped.

Returns:

  • (Time)


21150
21151
21152
21153
21154
21155
21156
21157
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21150

class PerformanceIssueDetails < Struct.new(
  :start_time,
  :end_time,
  :metrics,
  :analysis)
  SENSITIVE = []
  include Aws::Structure
end

#metricsArray<Types::Metric>

The metrics that are relevant to the performance issue.

Returns:



21150
21151
21152
21153
21154
21155
21156
21157
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21150

class PerformanceIssueDetails < Struct.new(
  :start_time,
  :end_time,
  :metrics,
  :analysis)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The time when the performance issue started.

Returns:

  • (Time)


21150
21151
21152
21153
21154
21155
21156
21157
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21150

class PerformanceIssueDetails < Struct.new(
  :start_time,
  :end_time,
  :metrics,
  :analysis)
  SENSITIVE = []
  include Aws::Structure
end