Class: Aws::Types::Relevance
- Inherits:
-
Object
- Object
- Aws::Types::Relevance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#duration ⇒ ::String
Returns the value of attribute duration.
-
#freshness ⇒ Boolean
Returns the value of attribute freshness.
-
#importance ⇒ ::Integer
Returns the value of attribute importance.
-
#rank_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute rank_order.
-
#value_importance_map ⇒ ::Hash[::String, ::Integer]
Returns the value of attribute value_importance_map.
Instance Attribute Details
#duration ⇒ ::String
Returns the value of attribute duration.
1639 1640 1641 |
# File 'sig/types.rbs', line 1639 def duration @duration end |
#freshness ⇒ Boolean
Returns the value of attribute freshness.
1637 1638 1639 |
# File 'sig/types.rbs', line 1637 def freshness @freshness end |
#importance ⇒ ::Integer
Returns the value of attribute importance.
1638 1639 1640 |
# File 'sig/types.rbs', line 1638 def importance @importance end |
#rank_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute rank_order.
1640 1641 1642 |
# File 'sig/types.rbs', line 1640 def rank_order @rank_order end |
#value_importance_map ⇒ ::Hash[::String, ::Integer]
Returns the value of attribute value_importance_map.
1641 1642 1643 |
# File 'sig/types.rbs', line 1641 def value_importance_map @value_importance_map end |