Class: Aws::Types::SearchSummary
- Inherits:
-
Object
- Object
- Aws::Types::SearchSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#search_id ⇒ ::String
Returns the value of attribute search_id.
-
#status ⇒ Types::SearchStatus
Returns the value of attribute status.
Instance Attribute Details
#search_id ⇒ ::String
Returns the value of attribute search_id.
1346 1347 1348 |
# File 'sig/types.rbs', line 1346 def search_id @search_id end |
#status ⇒ Types::SearchStatus
Returns the value of attribute status.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def status @status end |