Class: Aws::PI::Types::GetPerformanceAnalysisReportResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_reportTypes::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