Class: Aws::CloudTrail::Types::SearchSampleQueriesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return on a single page. The default value is 10.

Returns:

  • (Integer)


4808
4809
4810
4811
4812
4813
4814
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4808

class SearchSampleQueriesRequest < Struct.new(
  :search_phrase,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token you can use to get the next page of results. The length constraint is in characters, not words.

Returns:

  • (String)


4808
4809
4810
4811
4812
4813
4814
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4808

class SearchSampleQueriesRequest < Struct.new(
  :search_phrase,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#search_phraseString

The natural language phrase to use for the semantic search. The phrase must be in English. The length constraint is in characters, not words.

Returns:

  • (String)


4808
4809
4810
4811
4812
4813
4814
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4808

class SearchSampleQueriesRequest < Struct.new(
  :search_phrase,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end