Class: Aws::IoTSiteWise::Types::DescribeSearchResponse

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

Overview

Output of the DescribeSearch operation.

Constant Summary collapse

SENSITIVE =
[:query_statement]

Instance Attribute Summary collapse

Instance Attribute Details

#group_idString

The group identifier associated with the search, if one was supplied on the request.

Returns:

  • (String)


7994
7995
7996
7997
7998
7999
8000
8001
8002
8003
8004
8005
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7994

class DescribeSearchResponse < Struct.new(
  :search_id,
  :workspace_name,
  :status,
  :query_statement,
  :search_type,
  :status_reason,
  :started_at,
  :group_id)
  SENSITIVE = [:query_statement]
  include Aws::Structure
end

#query_statementString

The natural-language query that was submitted for the search.

Returns:

  • (String)


7994
7995
7996
7997
7998
7999
8000
8001
8002
8003
8004
8005
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7994

class DescribeSearchResponse < Struct.new(
  :search_id,
  :workspace_name,
  :status,
  :query_statement,
  :search_type,
  :status_reason,
  :started_at,
  :group_id)
  SENSITIVE = [:query_statement]
  include Aws::Structure
end

#search_idString

The unique identifier of the search.

Returns:

  • (String)


7994
7995
7996
7997
7998
7999
8000
8001
8002
8003
8004
8005
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7994

class DescribeSearchResponse < Struct.new(
  :search_id,
  :workspace_name,
  :status,
  :query_statement,
  :search_type,
  :status_reason,
  :started_at,
  :group_id)
  SENSITIVE = [:query_statement]
  include Aws::Structure
end

#search_typeString

The search strategy used for the search.

Returns:

  • (String)


7994
7995
7996
7997
7998
7999
8000
8001
8002
8003
8004
8005
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7994

class DescribeSearchResponse < Struct.new(
  :search_id,
  :workspace_name,
  :status,
  :query_statement,
  :search_type,
  :status_reason,
  :started_at,
  :group_id)
  SENSITIVE = [:query_statement]
  include Aws::Structure
end

#started_atTime

The time at which the search was started.

Returns:

  • (Time)


7994
7995
7996
7997
7998
7999
8000
8001
8002
8003
8004
8005
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7994

class DescribeSearchResponse < Struct.new(
  :search_id,
  :workspace_name,
  :status,
  :query_statement,
  :search_type,
  :status_reason,
  :started_at,
  :group_id)
  SENSITIVE = [:query_statement]
  include Aws::Structure
end

#statusString

The current status of the search.

Returns:

  • (String)


7994
7995
7996
7997
7998
7999
8000
8001
8002
8003
8004
8005
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7994

class DescribeSearchResponse < Struct.new(
  :search_id,
  :workspace_name,
  :status,
  :query_statement,
  :search_type,
  :status_reason,
  :started_at,
  :group_id)
  SENSITIVE = [:query_statement]
  include Aws::Structure
end

#status_reasonString

A human-readable explanation of the current status. Populated when the search has FAILED.

Returns:

  • (String)


7994
7995
7996
7997
7998
7999
8000
8001
8002
8003
8004
8005
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7994

class DescribeSearchResponse < Struct.new(
  :search_id,
  :workspace_name,
  :status,
  :query_statement,
  :search_type,
  :status_reason,
  :started_at,
  :group_id)
  SENSITIVE = [:query_statement]
  include Aws::Structure
end

#workspace_nameString

The name of the workspace the search runs against.

Returns:

  • (String)


7994
7995
7996
7997
7998
7999
8000
8001
8002
8003
8004
8005
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7994

class DescribeSearchResponse < Struct.new(
  :search_id,
  :workspace_name,
  :status,
  :query_statement,
  :search_type,
  :status_reason,
  :started_at,
  :group_id)
  SENSITIVE = [:query_statement]
  include Aws::Structure
end