Class: Aws::CodeGuruProfiler::Types::ListProfileTimesResponse

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

Overview

The structure representing the listProfileTimesResponse.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The nextToken value to include in a future ListProfileTimes request. When the results of a ListProfileTimes request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


1186
1187
1188
1189
1190
1191
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 1186

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

#profile_timesArray<Types::ProfileTime>

The list of start times of the available profiles for the aggregation period in the specified time range.

Returns:



1186
1187
1188
1189
1190
1191
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 1186

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