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)


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_idString

The ID of the started query.

Returns:

  • (String)


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