Class: Aws::CloudTrail::Types::SearchSampleQueriesSearchResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::SearchSampleQueriesSearchResult
- Defined in:
- gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb
Overview
A search result returned by the SearchSampleQueries operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A longer description of a sample query.
-
#name ⇒ String
The name of a sample query.
-
#relevance ⇒ Float
A value between 0 and 1 indicating the similarity between the search phrase and result.
-
#sql ⇒ String
The SQL code of the sample query.
Instance Attribute Details
#description ⇒ String
A longer description of a sample query.
5032 5033 5034 5035 5036 5037 5038 5039 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 5032 class SearchSampleQueriesSearchResult < Struct.new( :name, :description, :sql, :relevance) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of a sample query.
5032 5033 5034 5035 5036 5037 5038 5039 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 5032 class SearchSampleQueriesSearchResult < Struct.new( :name, :description, :sql, :relevance) SENSITIVE = [] include Aws::Structure end |
#relevance ⇒ Float
A value between 0 and 1 indicating the similarity between the search phrase and result.
5032 5033 5034 5035 5036 5037 5038 5039 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 5032 class SearchSampleQueriesSearchResult < Struct.new( :name, :description, :sql, :relevance) SENSITIVE = [] include Aws::Structure end |
#sql ⇒ String
The SQL code of the sample query.
5032 5033 5034 5035 5036 5037 5038 5039 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 5032 class SearchSampleQueriesSearchResult < Struct.new( :name, :description, :sql, :relevance) SENSITIVE = [] include Aws::Structure end |