Class: Aws::Types::SearchResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_id::String

Returns the value of attribute dataset_id.

Returns:

  • (::String)


3390
3391
3392
# File 'sig/types.rbs', line 3390

def dataset_id
  @dataset_id
end

#end_timestampTypes::TimeInNanos

Returns the value of attribute end_timestamp.

Returns:



3393
3394
3395
# File 'sig/types.rbs', line 3393

def end_timestamp
  @end_timestamp
end

#score::Float

Returns the value of attribute score.

Returns:

  • (::Float)


3395
3396
3397
# File 'sig/types.rbs', line 3395

def score
  @score
end

#search_id::String

Returns the value of attribute search_id.

Returns:

  • (::String)


3388
3389
3390
# File 'sig/types.rbs', line 3388

def search_id
  @search_id
end

#start_timestampTypes::TimeInNanos

Returns the value of attribute start_timestamp.

Returns:



3392
3393
3394
# File 'sig/types.rbs', line 3392

def start_timestamp
  @start_timestamp
end

#time_series_id::String

Returns the value of attribute time_series_id.

Returns:

  • (::String)


3391
3392
3393
# File 'sig/types.rbs', line 3391

def time_series_id
  @time_series_id
end

#top_timestampTypes::TimeInNanos

Returns the value of attribute top_timestamp.

Returns:



3394
3395
3396
# File 'sig/types.rbs', line 3394

def top_timestamp
  @top_timestamp
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


3389
3390
3391
# File 'sig/types.rbs', line 3389

def workspace_name
  @workspace_name
end