Class: Aws::CloudTrail::Types::CancelQueryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::CancelQueryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_data_store ⇒ String
The ARN (or the ID suffix of the ARN) of an event data store on which the specified query is running.
-
#query_id ⇒ String
The ID of the query that you want to cancel.
Instance Attribute Details
#event_data_store ⇒ String
The ARN (or the ID suffix of the ARN) of an event data store on which the specified query is running.
400 401 402 403 404 405 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 400 class CancelQueryRequest < Struct.new( :event_data_store, :query_id) SENSITIVE = [] include Aws::Structure end |
#query_id ⇒ String
The ID of the query that you want to cancel. The ‘QueryId` comes from the response of a `StartQuery` operation.
400 401 402 403 404 405 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 400 class CancelQueryRequest < Struct.new( :event_data_store, :query_id) SENSITIVE = [] include Aws::Structure end |