Class: Aws::Types::Recommendation
- Inherits:
-
Object
- Object
- Aws::Types::Recommendation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#all_matches_count ⇒ ::Integer
Returns the value of attribute all_matches_count.
-
#all_matches_sum ⇒ ::Float
Returns the value of attribute all_matches_sum.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#pattern ⇒ Types::Pattern
Returns the value of attribute pattern.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#top_matches ⇒ ::Array[Types::Match]
Returns the value of attribute top_matches.
Instance Attribute Details
#all_matches_count ⇒ ::Integer
Returns the value of attribute all_matches_count.
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.
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.
365 366 367 |
# File 'sig/types.rbs', line 365 def end_time @end_time end |
#pattern ⇒ Types::Pattern
Returns the value of attribute pattern.
366 367 368 |
# File 'sig/types.rbs', line 366 def pattern @pattern end |
#start_time ⇒ ::Time
Returns the value of attribute start_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.
368 369 370 |
# File 'sig/types.rbs', line 368 def top_matches @top_matches end |