Class: Aws::CloudTrail::Types::GenerateQueryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::GenerateQueryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_data_stores ⇒ Array<String>
The ARN (or ID suffix of the ARN) of the event data store that you want to query.
-
#prompt ⇒ String
The prompt that you want to use to generate the query.
Instance Attribute Details
#event_data_stores ⇒ Array<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.
2064 2065 2066 2067 2068 2069 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2064 class GenerateQueryRequest < Struct.new( :event_data_stores, :prompt) SENSITIVE = [] include Aws::Structure end |
#prompt ⇒ String
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.
2064 2065 2066 2067 2068 2069 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2064 class GenerateQueryRequest < Struct.new( :event_data_stores, :prompt) SENSITIVE = [] include Aws::Structure end |