Class: Aws::CloudTrail::Types::DescribeQueryRequest

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_storeString

The ARN (or the ID suffix of the ARN) of an event data store on which the specified query was run.



1381
1382
1383
1384
1385
1386
1387
1388
1389
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1381

class DescribeQueryRequest < Struct.new(
  :event_data_store,
  :query_id,
  :query_alias,
  :refresh_id,
  :event_data_store_owner_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#event_data_store_owner_account_idString

The account ID of the event data store owner.



1381
1382
1383
1384
1385
1386
1387
1388
1389
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1381

class DescribeQueryRequest < Struct.new(
  :event_data_store,
  :query_id,
  :query_alias,
  :refresh_id,
  :event_data_store_owner_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#query_aliasString

The alias that identifies a query template.



1381
1382
1383
1384
1385
1386
1387
1388
1389
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1381

class DescribeQueryRequest < Struct.new(
  :event_data_store,
  :query_id,
  :query_alias,
  :refresh_id,
  :event_data_store_owner_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#query_idString

The query ID.



1381
1382
1383
1384
1385
1386
1387
1388
1389
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1381

class DescribeQueryRequest < Struct.new(
  :event_data_store,
  :query_id,
  :query_alias,
  :refresh_id,
  :event_data_store_owner_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#refresh_idString

The ID of the dashboard refresh.



1381
1382
1383
1384
1385
1386
1387
1388
1389
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1381

class DescribeQueryRequest < Struct.new(
  :event_data_store,
  :query_id,
  :query_alias,
  :refresh_id,
  :event_data_store_owner_account_id)
  SENSITIVE = []
  include Aws::Structure
end