Class: Aws::Types::StartSearchResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartSearchResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#search_id ⇒ ::String
Returns the value of attribute search_id.
-
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#group_id ⇒ ::String
Returns the value of attribute group_id.
3479 3480 3481 |
# File 'sig/types.rbs', line 3479 def group_id @group_id end |
#search_id ⇒ ::String
Returns the value of attribute search_id.
3476 3477 3478 |
# File 'sig/types.rbs', line 3476 def search_id @search_id end |
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
3478 3479 3480 |
# File 'sig/types.rbs', line 3478 def status @status end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
3477 3478 3479 |
# File 'sig/types.rbs', line 3477 def workspace_name @workspace_name end |