Class: Aws::Kendra::Types::GetSnapshotsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If the response is truncated, Amazon Kendra returns this token, which you can use in a later request to retrieve the next set of search metrics data.

Returns:

  • (String)


5860
5861
5862
5863
5864
5865
5866
5867
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 5860

class GetSnapshotsResponse < Struct.new(
  :snap_shot_time_filter,
  :snapshots_data_header,
  :snapshots_data,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#snap_shot_time_filterTypes::TimeRange

The Unix timestamp for the beginning and end of the time window for the search metrics data.

Returns:



5860
5861
5862
5863
5864
5865
5866
5867
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 5860

class GetSnapshotsResponse < Struct.new(
  :snap_shot_time_filter,
  :snapshots_data_header,
  :snapshots_data,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#snapshots_dataArray<Array<String>>

The search metrics data. The data returned depends on the metric type you requested.

Returns:

  • (Array<Array<String>>)


5860
5861
5862
5863
5864
5865
5866
5867
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 5860

class GetSnapshotsResponse < Struct.new(
  :snap_shot_time_filter,
  :snapshots_data_header,
  :snapshots_data,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#snapshots_data_headerArray<String>

The column headers for the search metrics data.

Returns:

  • (Array<String>)


5860
5861
5862
5863
5864
5865
5866
5867
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 5860

class GetSnapshotsResponse < Struct.new(
  :snap_shot_time_filter,
  :snapshots_data_header,
  :snapshots_data,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end