Class: Aws::CloudTrail::Types::CancelQueryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::CancelQueryRequest
- Defined in:
- gems/aws-sdk-cloudtrail/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.
498 499 500 501 502 503 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 498 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.
498 499 500 501 502 503 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 498 class CancelQueryRequest < Struct.new( :event_data_store, :query_id) SENSITIVE = [] include Aws::Structure end |