Class: Aws::Types::SearchResult
- Inherits:
-
Object
- Object
- Aws::Types::SearchResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
-
#end_timestamp ⇒ Types::TimeInNanos
Returns the value of attribute end_timestamp.
-
#score ⇒ ::Float
Returns the value of attribute score.
-
#search_id ⇒ ::String
Returns the value of attribute search_id.
-
#start_timestamp ⇒ Types::TimeInNanos
Returns the value of attribute start_timestamp.
-
#time_series_id ⇒ ::String
Returns the value of attribute time_series_id.
-
#top_timestamp ⇒ Types::TimeInNanos
Returns the value of attribute top_timestamp.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
3390 3391 3392 |
# File 'sig/types.rbs', line 3390 def dataset_id @dataset_id end |
#end_timestamp ⇒ Types::TimeInNanos
Returns the value of attribute end_timestamp.
3393 3394 3395 |
# File 'sig/types.rbs', line 3393 def @end_timestamp end |
#score ⇒ ::Float
Returns the value of attribute score.
3395 3396 3397 |
# File 'sig/types.rbs', line 3395 def score @score end |
#search_id ⇒ ::String
Returns the value of attribute search_id.
3388 3389 3390 |
# File 'sig/types.rbs', line 3388 def search_id @search_id end |
#start_timestamp ⇒ Types::TimeInNanos
Returns the value of attribute start_timestamp.
3392 3393 3394 |
# File 'sig/types.rbs', line 3392 def @start_timestamp end |
#time_series_id ⇒ ::String
Returns the value of attribute time_series_id.
3391 3392 3393 |
# File 'sig/types.rbs', line 3391 def time_series_id @time_series_id end |
#top_timestamp ⇒ Types::TimeInNanos
Returns the value of attribute top_timestamp.
3394 3395 3396 |
# File 'sig/types.rbs', line 3394 def @top_timestamp end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
3389 3390 3391 |
# File 'sig/types.rbs', line 3389 def workspace_name @workspace_name end |