Class: Aws::PI::Types::GetPerformanceAnalysisReportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PI::Types::GetPerformanceAnalysisReportResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_report ⇒ Types::AnalysisReport
The summary of the performance analysis report created for a time period.
Instance Attribute Details
#analysis_report ⇒ Types::AnalysisReport
The summary of the performance analysis report created for a time period.
888 889 890 891 892 |
# File 'lib/aws-sdk-pi/types.rb', line 888 class GetPerformanceAnalysisReportResponse < Struct.new( :analysis_report) SENSITIVE = [] include Aws::Structure end |