Class: Aws::CloudTrail::Types::SearchSampleQueriesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::SearchSampleQueriesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token you can use to get the next page of results.
-
#search_results ⇒ Array<Types::SearchSampleQueriesSearchResult>
A list of objects containing the search results ordered from most relevant to least relevant.
Instance Attribute Details
#next_token ⇒ String
A token you can use to get the next page of results.
4704 4705 4706 4707 4708 4709 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4704 class SearchSampleQueriesResponse < Struct.new( :search_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#search_results ⇒ Array<Types::SearchSampleQueriesSearchResult>
A list of objects containing the search results ordered from most relevant to least relevant.
4704 4705 4706 4707 4708 4709 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4704 class SearchSampleQueriesResponse < Struct.new( :search_results, :next_token) SENSITIVE = [] include Aws::Structure end |