Class: Aws::IoTSiteWise::Types::StartSearchResponse

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

Overview

Output of the StartSearch operation.

Constant Summary collapse

SENSITIVE =
[]

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)


13751
13752
13753
13754
13755
13756
13757
13758
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 13751

class StartSearchResponse < Struct.new(
  :search_id,
  :workspace_name,
  :status,
  :group_id)
  SENSITIVE = []
  include Aws::Structure
end

#search_idString

The unique identifier assigned to the newly started search.

Returns:

  • (String)


13751
13752
13753
13754
13755
13756
13757
13758
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 13751

class StartSearchResponse < Struct.new(
  :search_id,
  :workspace_name,
  :status,
  :group_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The initial status of the search. A newly started search is QUEUED.

Returns:

  • (String)


13751
13752
13753
13754
13755
13756
13757
13758
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 13751

class StartSearchResponse < Struct.new(
  :search_id,
  :workspace_name,
  :status,
  :group_id)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_nameString

The name of the workspace the search runs against.

Returns:

  • (String)


13751
13752
13753
13754
13755
13756
13757
13758
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 13751

class StartSearchResponse < Struct.new(
  :search_id,
  :workspace_name,
  :status,
  :group_id)
  SENSITIVE = []
  include Aws::Structure
end