Class: Aws::CloudTrail::Types::GenerateQueryRequest

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_storesArray<String>

The ARN (or ID suffix of the ARN) of the event data store that you want to query. You can only specify one event data store.

Returns:

  • (Array<String>)


1902
1903
1904
1905
1906
1907
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1902

class GenerateQueryRequest < Struct.new(
  :event_data_stores,
  :prompt)
  SENSITIVE = []
  include Aws::Structure
end

#promptString

The prompt that you want to use to generate the query. The prompt must be in English. For example prompts, see [Example prompts] in the CloudTrail user guide.

[1]: docs.aws.amazon.com/awscloudtrail/latest/userguide/lake-query-generator.html#lake-query-generator-examples

Returns:

  • (String)


1902
1903
1904
1905
1906
1907
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1902

class GenerateQueryRequest < Struct.new(
  :event_data_stores,
  :prompt)
  SENSITIVE = []
  include Aws::Structure
end