Class: Aws::CloudTrail::Types::StartQueryResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudtrail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_data_store_owner_account_idString

The account ID of the event data store owner.

Returns:

  • (String)


4912
4913
4914
4915
4916
4917
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4912

class StartQueryResponse < Struct.new(
  :query_id,
  :event_data_store_owner_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#query_idString

The ID of the started query.

Returns:

  • (String)


4912
4913
4914
4915
4916
4917
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4912

class StartQueryResponse < Struct.new(
  :query_id,
  :event_data_store_owner_account_id)
  SENSITIVE = []
  include Aws::Structure
end