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.
3430 3431 3432 |
# File 'sig/types.rbs', line 3430 def dataset_id @dataset_id end |
#end_timestamp ⇒ Types::TimeInNanos
Returns the value of attribute end_timestamp.
3433 3434 3435 |
# File 'sig/types.rbs', line 3433 def @end_timestamp end |
#score ⇒ ::Float
Returns the value of attribute score.
3435 3436 3437 |
# File 'sig/types.rbs', line 3435 def score @score end |
#search_id ⇒ ::String
Returns the value of attribute search_id.
3428 3429 3430 |
# File 'sig/types.rbs', line 3428 def search_id @search_id end |
#start_timestamp ⇒ Types::TimeInNanos
Returns the value of attribute start_timestamp.
3432 3433 3434 |
# File 'sig/types.rbs', line 3432 def @start_timestamp end |
#time_series_id ⇒ ::String
Returns the value of attribute time_series_id.
3431 3432 3433 |
# File 'sig/types.rbs', line 3431 def time_series_id @time_series_id end |
#top_timestamp ⇒ Types::TimeInNanos
Returns the value of attribute top_timestamp.
3434 3435 3436 |
# File 'sig/types.rbs', line 3434 def @top_timestamp end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
3429 3430 3431 |
# File 'sig/types.rbs', line 3429 def workspace_name @workspace_name end |