Class: Aws::PI::Types::ListPerformanceAnalysisReportsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_reportsArray<Types::AnalysisReportSummary>

List of reports including the report identifier, start and end time, creation time, and status.

Returns:



1377
1378
1379
1380
1381
1382
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1377

class ListPerformanceAnalysisReportsResponse < Struct.new(
  :analysis_reports,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by MaxResults.

Returns:

  • (String)


1377
1378
1379
1380
1381
1382
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1377

class ListPerformanceAnalysisReportsResponse < Struct.new(
  :analysis_reports,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end