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)


20977
20978
20979
20980
20981
20982
20983
20984
# File 'lib/aws-sdk-rds/types.rb', line 20977

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)


20977
20978
20979
20980
20981
20982
20983
20984
# File 'lib/aws-sdk-rds/types.rb', line 20977

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:



20977
20978
20979
20980
20981
20982
20983
20984
# File 'lib/aws-sdk-rds/types.rb', line 20977

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)


20977
20978
20979
20980
20981
20982
20983
20984
# File 'lib/aws-sdk-rds/types.rb', line 20977

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