Class: Aws::CodeGuruProfiler::Types::FindingsReportSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruProfiler::Types::FindingsReportSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeguruprofiler/types.rb
Overview
Information about potential recommendations that might be created from the analysis of profiling data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The universally unique identifier (UUID) of the recommendation report.
-
#profile_end_time ⇒ Time
The end time of the period during which the metric is flagged as anomalous.
-
#profile_start_time ⇒ Time
The start time of the profile the analysis data is about.
-
#profiling_group_name ⇒ String
The name of the profiling group that is associated with the analysis data.
-
#total_number_of_findings ⇒ Integer
The total number of different recommendations that were found by the analysis.
Instance Attribute Details
#id ⇒ String
The universally unique identifier (UUID) of the recommendation report.
619 620 621 622 623 624 625 626 627 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 619 class FindingsReportSummary < Struct.new( :id, :profile_end_time, :profile_start_time, :profiling_group_name, :total_number_of_findings) SENSITIVE = [] include Aws::Structure end |
#profile_end_time ⇒ Time
The end time of the period during which the metric is flagged as anomalous. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
619 620 621 622 623 624 625 626 627 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 619 class FindingsReportSummary < Struct.new( :id, :profile_end_time, :profile_start_time, :profiling_group_name, :total_number_of_findings) SENSITIVE = [] include Aws::Structure end |
#profile_start_time ⇒ Time
The start time of the profile the analysis data is about. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
619 620 621 622 623 624 625 626 627 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 619 class FindingsReportSummary < Struct.new( :id, :profile_end_time, :profile_start_time, :profiling_group_name, :total_number_of_findings) SENSITIVE = [] include Aws::Structure end |
#profiling_group_name ⇒ String
The name of the profiling group that is associated with the analysis data.
619 620 621 622 623 624 625 626 627 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 619 class FindingsReportSummary < Struct.new( :id, :profile_end_time, :profile_start_time, :profiling_group_name, :total_number_of_findings) SENSITIVE = [] include Aws::Structure end |
#total_number_of_findings ⇒ Integer
The total number of different recommendations that were found by the analysis.
619 620 621 622 623 624 625 626 627 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 619 class FindingsReportSummary < Struct.new( :id, :profile_end_time, :profile_start_time, :profiling_group_name, :total_number_of_findings) SENSITIVE = [] include Aws::Structure end |