Class: Aws::Kendra::Types::GetSnapshotsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::GetSnapshotsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
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.
-
#snap_shot_time_filter ⇒ Types::TimeRange
The Unix timestamp for the beginning and end of the time window for the search metrics data.
-
#snapshots_data ⇒ Array<Array<String>>
The search metrics data.
-
#snapshots_data_header ⇒ Array<String>
The column headers for the search metrics data.
Instance Attribute Details
#next_token ⇒ String
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.
5860 5861 5862 5863 5864 5865 5866 5867 |
# File '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_filter ⇒ Types::TimeRange
The Unix timestamp for the beginning and end of the time window for the search metrics data.
5860 5861 5862 5863 5864 5865 5866 5867 |
# File '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 ⇒ Array<Array<String>>
The search metrics data. The data returned depends on the metric type you requested.
5860 5861 5862 5863 5864 5865 5866 5867 |
# File '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_header ⇒ Array<String>
The column headers for the search metrics data.
5860 5861 5862 5863 5864 5865 5866 5867 |
# File '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 |