Class: Aws::PI::Types::AnalysisReportSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb

Overview

Retrieves the details of the performance analysis report.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_report_idString

The name of the analysis report.

Returns:

  • (String)


96
97
98
99
100
101
102
103
104
105
# File 'gems/aws-sdk-pi/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_timeTime

The time you created the analysis report.

Returns:

  • (Time)


96
97
98
99
100
101
102
103
104
105
# File 'gems/aws-sdk-pi/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_timeTime

The end time of the analysis in the report.

Returns:

  • (Time)


96
97
98
99
100
101
102
103
104
105
# File 'gems/aws-sdk-pi/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_timeTime

The start time of the analysis in the report.

Returns:

  • (Time)


96
97
98
99
100
101
102
103
104
105
# File 'gems/aws-sdk-pi/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

#statusString

The status of the analysis report.

Returns:

  • (String)


96
97
98
99
100
101
102
103
104
105
# File 'gems/aws-sdk-pi/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

#tagsArray<Types::Tag>

List of all the tags added to the analysis report.

Returns:



96
97
98
99
100
101
102
103
104
105
# File 'gems/aws-sdk-pi/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