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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



1394
1395
1396
1397
1398
1399
# File 'lib/aws-sdk-pi/types.rb', line 1394

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)


1394
1395
1396
1397
1398
1399
# File 'lib/aws-sdk-pi/types.rb', line 1394

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