Class: Aws::PI::Types::AnalysisReport

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

Overview

Retrieves the summary of the performance analysis report created for a time period.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_report_idString

The name of the analysis report.

Returns:

  • (String)


55
56
57
58
59
60
61
62
63
64
65
66
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 55

class AnalysisReport < Struct.new(
  :analysis_report_id,
  :identifier,
  :service_type,
  :create_time,
  :start_time,
  :end_time,
  :status,
  :insights)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

The time you created the analysis report.

Returns:

  • (Time)


55
56
57
58
59
60
61
62
63
64
65
66
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 55

class AnalysisReport < Struct.new(
  :analysis_report_id,
  :identifier,
  :service_type,
  :create_time,
  :start_time,
  :end_time,
  :status,
  :insights)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The analysis end time in the report.

Returns:

  • (Time)


55
56
57
58
59
60
61
62
63
64
65
66
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 55

class AnalysisReport < Struct.new(
  :analysis_report_id,
  :identifier,
  :service_type,
  :create_time,
  :start_time,
  :end_time,
  :status,
  :insights)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The unique identifier of the analysis report.

Returns:

  • (String)


55
56
57
58
59
60
61
62
63
64
65
66
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 55

class AnalysisReport < Struct.new(
  :analysis_report_id,
  :identifier,
  :service_type,
  :create_time,
  :start_time,
  :end_time,
  :status,
  :insights)
  SENSITIVE = []
  include Aws::Structure
end

#insightsArray<Types::Insight>

The list of identified insights in the analysis report.

Returns:



55
56
57
58
59
60
61
62
63
64
65
66
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 55

class AnalysisReport < Struct.new(
  :analysis_report_id,
  :identifier,
  :service_type,
  :create_time,
  :start_time,
  :end_time,
  :status,
  :insights)
  SENSITIVE = []
  include Aws::Structure
end

#service_typeString

List the tags for the Amazon Web Services service for which Performance Insights returns metrics. Valid values are as follows:

  • RDS

  • DOCDB

Returns:

  • (String)


55
56
57
58
59
60
61
62
63
64
65
66
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 55

class AnalysisReport < Struct.new(
  :analysis_report_id,
  :identifier,
  :service_type,
  :create_time,
  :start_time,
  :end_time,
  :status,
  :insights)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The analysis start time in the report.

Returns:

  • (Time)


55
56
57
58
59
60
61
62
63
64
65
66
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 55

class AnalysisReport < Struct.new(
  :analysis_report_id,
  :identifier,
  :service_type,
  :create_time,
  :start_time,
  :end_time,
  :status,
  :insights)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the created analysis report.

Returns:

  • (String)


55
56
57
58
59
60
61
62
63
64
65
66
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 55

class AnalysisReport < Struct.new(
  :analysis_report_id,
  :identifier,
  :service_type,
  :create_time,
  :start_time,
  :end_time,
  :status,
  :insights)
  SENSITIVE = []
  include Aws::Structure
end