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.
3520 3521 3522 |
# File 'sig/types.rbs', line 3520 def group_id @group_id end |
#search_id ⇒ ::String
Returns the value of attribute search_id.
3517 3518 3519 |
# File 'sig/types.rbs', line 3517 def search_id @search_id end |
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
3519 3520 3521 |
# File 'sig/types.rbs', line 3519 def status @status end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
3518 3519 3520 |
# File 'sig/types.rbs', line 3518 def workspace_name @workspace_name end |