Class: Aws::CloudTrail::Types::StartQueryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::StartQueryResponse
- Defined in:
- gems/aws-sdk-cloudtrail/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.
4993 4994 4995 4996 4997 4998 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4993 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.
4993 4994 4995 4996 4997 4998 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4993 class StartQueryResponse < Struct.new( :query_id, :event_data_store_owner_account_id) SENSITIVE = [] include Aws::Structure end |