Class: Aws::CloudTrail::Types::GenerateQueryResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_data_store_owner_account_idString

The account ID of the event data store owner.



1955
1956
1957
1958
1959
1960
1961
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1955

class GenerateQueryResponse < Struct.new(
  :query_statement,
  :query_alias,
  :event_data_store_owner_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#query_aliasString

An alias that identifies the prompt. When you run the StartQuery operation, you can pass in either the QueryAlias or QueryStatement parameter.



1955
1956
1957
1958
1959
1960
1961
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1955

class GenerateQueryResponse < Struct.new(
  :query_statement,
  :query_alias,
  :event_data_store_owner_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#query_statementString

The SQL query statement generated from the prompt.



1955
1956
1957
1958
1959
1960
1961
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1955

class GenerateQueryResponse < Struct.new(
  :query_statement,
  :query_alias,
  :event_data_store_owner_account_id)
  SENSITIVE = []
  include Aws::Structure
end