Class: Aws::CloudTrail::Types::DescribeQueryResponse

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

#delivery_s3_uriString

The URI for the S3 bucket where CloudTrail delivered query results, if applicable.

Returns:

  • (String)


1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1388

class DescribeQueryResponse < Struct.new(
  :query_id,
  :query_string,
  :query_status,
  :query_statistics,
  :error_message,
  :delivery_s3_uri,
  :delivery_status,
  :prompt,
  :event_data_store_owner_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#delivery_statusString

The delivery status.

Returns:

  • (String)


1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1388

class DescribeQueryResponse < Struct.new(
  :query_id,
  :query_string,
  :query_status,
  :query_statistics,
  :error_message,
  :delivery_s3_uri,
  :delivery_status,
  :prompt,
  :event_data_store_owner_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The error message returned if a query failed.

Returns:

  • (String)


1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1388

class DescribeQueryResponse < Struct.new(
  :query_id,
  :query_string,
  :query_status,
  :query_statistics,
  :error_message,
  :delivery_s3_uri,
  :delivery_status,
  :prompt,
  :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.

Returns:

  • (String)


1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1388

class DescribeQueryResponse < Struct.new(
  :query_id,
  :query_string,
  :query_status,
  :query_statistics,
  :error_message,
  :delivery_s3_uri,
  :delivery_status,
  :prompt,
  :event_data_store_owner_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#promptString

The prompt used for a generated query. For information about generated queries, see [Create CloudTrail Lake queries from natural language prompts] in the CloudTrail user guide.

[1]: docs.aws.amazon.com/awscloudtrail/latest/userguide/lake-query-generator.html

Returns:

  • (String)


1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1388

class DescribeQueryResponse < Struct.new(
  :query_id,
  :query_string,
  :query_status,
  :query_statistics,
  :error_message,
  :delivery_s3_uri,
  :delivery_status,
  :prompt,
  :event_data_store_owner_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#query_idString

The ID of the query.

Returns:

  • (String)


1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1388

class DescribeQueryResponse < Struct.new(
  :query_id,
  :query_string,
  :query_status,
  :query_statistics,
  :error_message,
  :delivery_s3_uri,
  :delivery_status,
  :prompt,
  :event_data_store_owner_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#query_statisticsTypes::QueryStatisticsForDescribeQuery

Metadata about a query, including the number of events that were matched, the total number of events scanned, the query run time in milliseconds, and the query’s creation time.



1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1388

class DescribeQueryResponse < Struct.new(
  :query_id,
  :query_string,
  :query_status,
  :query_statistics,
  :error_message,
  :delivery_s3_uri,
  :delivery_status,
  :prompt,
  :event_data_store_owner_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#query_statusString

The status of a query. Values for ‘QueryStatus` include `QUEUED`, `RUNNING`, `FINISHED`, `FAILED`, `TIMED_OUT`, or `CANCELLED`

Returns:

  • (String)


1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1388

class DescribeQueryResponse < Struct.new(
  :query_id,
  :query_string,
  :query_status,
  :query_statistics,
  :error_message,
  :delivery_s3_uri,
  :delivery_status,
  :prompt,
  :event_data_store_owner_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#query_stringString

The SQL code of a query.

Returns:

  • (String)


1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1388

class DescribeQueryResponse < Struct.new(
  :query_id,
  :query_string,
  :query_status,
  :query_statistics,
  :error_message,
  :delivery_s3_uri,
  :delivery_status,
  :prompt,
  :event_data_store_owner_account_id)
  SENSITIVE = []
  include Aws::Structure
end