Class: Aws::IoTSiteWise::Types::StartSearchResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::StartSearchResponse
- 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
-
#group_id ⇒ String
The group identifier associated with the search, if one was supplied on the request.
-
#search_id ⇒ String
The unique identifier assigned to the newly started search.
-
#status ⇒ String
The initial status of the search.
-
#workspace_name ⇒ String
The name of the workspace the search runs against.
Instance Attribute Details
#group_id ⇒ String
The group identifier associated with the search, if one was supplied on the request.
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_id ⇒ String
The unique identifier assigned to the newly started search.
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 |
#status ⇒ String
The initial status of the search. A newly started search is
QUEUED.
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_name ⇒ String
The name of the workspace the search runs against.
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 |