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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


21166
21167
21168
21169
21170
21171
21172
21173
# File 'lib/aws-sdk-rds/types.rb', line 21166

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)


21166
21167
21168
21169
21170
21171
21172
21173
# File 'lib/aws-sdk-rds/types.rb', line 21166

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:



21166
21167
21168
21169
21170
21171
21172
21173
# File 'lib/aws-sdk-rds/types.rb', line 21166

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)


21166
21167
21168
21169
21170
21171
21172
21173
# File 'lib/aws-sdk-rds/types.rb', line 21166

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