Class: Aws::IoTSiteWise::Types::DescribeQueryResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb

Overview

Contains the response for the DescribeQuery operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#completed_atTime

The date and time when the query reached a terminal state, in Unix epoch time. This field is present when the query status is COMPLETED, FAILED, or CANCELED.

Returns:

  • (Time)


7959
7960
7961
7962
7963
7964
7965
7966
7967
7968
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7959

class DescribeQueryResponse < Struct.new(
  :query_id,
  :status,
  :submitted_at,
  :completed_at,
  :statistics,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

A human-readable error description. This field is present when the query status is FAILED.

Returns:

  • (String)


7959
7960
7961
7962
7963
7964
7965
7966
7967
7968
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7959

class DescribeQueryResponse < Struct.new(
  :query_id,
  :status,
  :submitted_at,
  :completed_at,
  :statistics,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#query_idString

The unique identifier for the query execution.

Returns:

  • (String)


7959
7960
7961
7962
7963
7964
7965
7966
7967
7968
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7959

class DescribeQueryResponse < Struct.new(
  :query_id,
  :status,
  :submitted_at,
  :completed_at,
  :statistics,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#statisticsTypes::QueryStatistics

The query execution statistics. This field is present when the query status is COMPLETED.



7959
7960
7961
7962
7963
7964
7965
7966
7967
7968
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7959

class DescribeQueryResponse < Struct.new(
  :query_id,
  :status,
  :submitted_at,
  :completed_at,
  :statistics,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current query status.

Returns:

  • (String)


7959
7960
7961
7962
7963
7964
7965
7966
7967
7968
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7959

class DescribeQueryResponse < Struct.new(
  :query_id,
  :status,
  :submitted_at,
  :completed_at,
  :statistics,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#submitted_atTime

The date and time when the query was submitted, in Unix epoch time.

Returns:

  • (Time)


7959
7960
7961
7962
7963
7964
7965
7966
7967
7968
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7959

class DescribeQueryResponse < Struct.new(
  :query_id,
  :status,
  :submitted_at,
  :completed_at,
  :statistics,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end