Class: Aws::PI::Types::AnalysisReportSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::PI::Types::AnalysisReportSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pi/types.rb
Overview
Retrieves the details of the performance analysis report.
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 end time of the analysis in the report.
-
#start_time ⇒ Time
The start time of the analysis in the report.
-
#status ⇒ String
The status of the analysis report.
-
#tags ⇒ Array<Types::Tag>
List of all the tags added to the analysis report.
Instance Attribute Details
#analysis_report_id ⇒ String
The name of the analysis report.
96 97 98 99 100 101 102 103 104 105 |
# File 'lib/aws-sdk-pi/types.rb', line 96 class AnalysisReportSummary < Struct.new( :analysis_report_id, :create_time, :start_time, :end_time, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Time
The time you created the analysis report.
96 97 98 99 100 101 102 103 104 105 |
# File 'lib/aws-sdk-pi/types.rb', line 96 class AnalysisReportSummary < Struct.new( :analysis_report_id, :create_time, :start_time, :end_time, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The end time of the analysis in the report.
96 97 98 99 100 101 102 103 104 105 |
# File 'lib/aws-sdk-pi/types.rb', line 96 class AnalysisReportSummary < Struct.new( :analysis_report_id, :create_time, :start_time, :end_time, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The start time of the analysis in the report.
96 97 98 99 100 101 102 103 104 105 |
# File 'lib/aws-sdk-pi/types.rb', line 96 class AnalysisReportSummary < Struct.new( :analysis_report_id, :create_time, :start_time, :end_time, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the analysis report.
96 97 98 99 100 101 102 103 104 105 |
# File 'lib/aws-sdk-pi/types.rb', line 96 class AnalysisReportSummary < Struct.new( :analysis_report_id, :create_time, :start_time, :end_time, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
List of all the tags added to the analysis report.
96 97 98 99 100 101 102 103 104 105 |
# File 'lib/aws-sdk-pi/types.rb', line 96 class AnalysisReportSummary < Struct.new( :analysis_report_id, :create_time, :start_time, :end_time, :status, :tags) SENSITIVE = [] include Aws::Structure end |