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)


3430
3431
3432
# File 'sig/types.rbs', line 3430

def dataset_id
  @dataset_id
end

#end_timestampTypes::TimeInNanos

Returns the value of attribute end_timestamp.

Returns:



3433
3434
3435
# File 'sig/types.rbs', line 3433

def end_timestamp
  @end_timestamp
end

#score::Float

Returns the value of attribute score.

Returns:

  • (::Float)


3435
3436
3437
# File 'sig/types.rbs', line 3435

def score
  @score
end

#search_id::String

Returns the value of attribute search_id.

Returns:

  • (::String)


3428
3429
3430
# File 'sig/types.rbs', line 3428

def search_id
  @search_id
end

#start_timestampTypes::TimeInNanos

Returns the value of attribute start_timestamp.

Returns:



3432
3433
3434
# File 'sig/types.rbs', line 3432

def start_timestamp
  @start_timestamp
end

#time_series_id::String

Returns the value of attribute time_series_id.

Returns:

  • (::String)


3431
3432
3433
# File 'sig/types.rbs', line 3431

def time_series_id
  @time_series_id
end

#top_timestampTypes::TimeInNanos

Returns the value of attribute top_timestamp.

Returns:



3434
3435
3436
# File 'sig/types.rbs', line 3434

def top_timestamp
  @top_timestamp
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


3429
3430
3431
# File 'sig/types.rbs', line 3429

def workspace_name
  @workspace_name
end