Class: Aws::PI::Types::CreatePerformanceAnalysisReportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PI::Types::CreatePerformanceAnalysisReportResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_report_id ⇒ String
A unique identifier for the created analysis report.
Instance Attribute Details
#analysis_report_id ⇒ String
A unique identifier for the created analysis report.
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 |