Class: Aws::Types::OpportunityQuality
- Inherits:
-
Object
- Object
- Aws::Types::OpportunityQuality
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#score ⇒ ::Integer
Returns the value of attribute score.
-
#trend ⇒ ::String
Returns the value of attribute trend.
Instance Attribute Details
#score ⇒ ::Integer
Returns the value of attribute score.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def score @score end |
#trend ⇒ ::String
Returns the value of attribute trend.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def trend @trend end |