Class: Aws::Types::Recommendation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#all_matches_count::Integer

Returns the value of attribute all_matches_count.

Returns:

  • (::Integer)


363
364
365
# File 'sig/types.rbs', line 363

def all_matches_count
  @all_matches_count
end

#all_matches_sum::Float

Returns the value of attribute all_matches_sum.

Returns:

  • (::Float)


364
365
366
# File 'sig/types.rbs', line 364

def all_matches_sum
  @all_matches_sum
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


365
366
367
# File 'sig/types.rbs', line 365

def end_time
  @end_time
end

#patternTypes::Pattern

Returns the value of attribute pattern.

Returns:



366
367
368
# File 'sig/types.rbs', line 366

def pattern
  @pattern
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


367
368
369
# File 'sig/types.rbs', line 367

def start_time
  @start_time
end

#top_matches::Array[Types::Match]

Returns the value of attribute top_matches.

Returns:



368
369
370
# File 'sig/types.rbs', line 368

def top_matches
  @top_matches
end