Class: Aws::PI::Types::CreatePerformanceAnalysisReportResponse

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_report_idString

A unique identifier for the created analysis report.

Returns:

  • (String)


153
154
155
156
157
# File 'lib/aws-sdk-pi/types.rb', line 153

class CreatePerformanceAnalysisReportResponse < Struct.new(
  :analysis_report_id)
  SENSITIVE = []
  include Aws::Structure
end