Class: Aws::CloudTrail::Types::StartQueryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::StartQueryResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_data_store_owner_account_id ⇒ String
The account ID of the event data store owner.
-
#query_id ⇒ String
The ID of the started query.
Instance Attribute Details
#event_data_store_owner_account_id ⇒ String
The account ID of the event data store owner.
5115 5116 5117 5118 5119 5120 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5115 class StartQueryResponse < Struct.new( :query_id, :event_data_store_owner_account_id) SENSITIVE = [] include Aws::Structure end |
#query_id ⇒ String
The ID of the started query.
5115 5116 5117 5118 5119 5120 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5115 class StartQueryResponse < Struct.new( :query_id, :event_data_store_owner_account_id) SENSITIVE = [] include Aws::Structure end |