Class: Aws::CodeGuruProfiler::Types::FindingsReportSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codeguruprofiler/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

Instance Attribute Details

#idString

The universally unique identifier (UUID) of the recommendation report.

Returns:

  • (String)


619
620
621
622
623
624
625
626
627
# File 'gems/aws-sdk-codeguruprofiler/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_timeTime

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.

Returns:

  • (Time)


619
620
621
622
623
624
625
626
627
# File 'gems/aws-sdk-codeguruprofiler/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_timeTime

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.

Returns:

  • (Time)


619
620
621
622
623
624
625
626
627
# File 'gems/aws-sdk-codeguruprofiler/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_nameString

The name of the profiling group that is associated with the analysis data.

Returns:

  • (String)


619
620
621
622
623
624
625
626
627
# File 'gems/aws-sdk-codeguruprofiler/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_findingsInteger

The total number of different recommendations that were found by the analysis.

Returns:

  • (Integer)


619
620
621
622
623
624
625
626
627
# File 'gems/aws-sdk-codeguruprofiler/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