Class: Aws::CloudTrail::Types::GenerateQueryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::GenerateQueryResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#query_alias ⇒ String
An alias that identifies the prompt.
-
#query_statement ⇒ String
The SQL query statement generated from the prompt.
Instance Attribute Details
#query_alias ⇒ String
An alias that identifies the prompt. When you run the ‘StartQuery` operation, you can pass in either the `QueryAlias` or `QueryStatement` parameter.
1921 1922 1923 1924 1925 1926 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1921 class GenerateQueryResponse < Struct.new( :query_statement, :query_alias) SENSITIVE = [] include Aws::Structure end |
#query_statement ⇒ String
The SQL query statement generated from the prompt.
1921 1922 1923 1924 1925 1926 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1921 class GenerateQueryResponse < Struct.new( :query_statement, :query_alias) SENSITIVE = [] include Aws::Structure end |