Class: Aws::PI::Types::AnalysisReport
- Inherits:
-
Struct
- Object
- Struct
- Aws::PI::Types::AnalysisReport
- Includes:
- Structure
- Defined in:
- 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
-
#analysis_report_id ⇒ String
The name of the analysis report.
-
#create_time ⇒ Time
The time you created the analysis report.
-
#end_time ⇒ Time
The analysis end time in the report.
-
#identifier ⇒ String
The unique identifier of the analysis report.
-
#insights ⇒ Array<Types::Insight>
The list of identified insights in the analysis report.
-
#service_type ⇒ String
List the tags for the Amazon Web Services service for which Performance Insights returns metrics.
-
#start_time ⇒ Time
The analysis start time in the report.
-
#status ⇒ String
The status of the created analysis report.
Instance Attribute Details
#analysis_report_id ⇒ String
The name of the analysis report.
55 56 57 58 59 60 61 62 63 64 65 66 |
# File '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_time ⇒ Time
The time you created the analysis report.
55 56 57 58 59 60 61 62 63 64 65 66 |
# File '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_time ⇒ Time
The analysis end time in the report.
55 56 57 58 59 60 61 62 63 64 65 66 |
# File '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 |
#identifier ⇒ String
The unique identifier of the analysis report.
55 56 57 58 59 60 61 62 63 64 65 66 |
# File '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 |
#insights ⇒ Array<Types::Insight>
The list of identified insights in the analysis report.
55 56 57 58 59 60 61 62 63 64 65 66 |
# File '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_type ⇒ String
List the tags for the Amazon Web Services service for which Performance Insights returns metrics. Valid values are as follows:
-
‘RDS`
-
‘DOCDB`
55 56 57 58 59 60 61 62 63 64 65 66 |
# File '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_time ⇒ Time
The analysis start time in the report.
55 56 57 58 59 60 61 62 63 64 65 66 |
# File '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 |
#status ⇒ String
The status of the created analysis report.
55 56 57 58 59 60 61 62 63 64 65 66 |
# File '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 |