Class: Aws::Types::RecommendationDiversityConfig
- Inherits:
-
Object
- Object
- Aws::Types::RecommendationDiversityConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#values ⇒ ::Hash[::String, ::Integer]
Returns the value of attribute values.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
2425 2426 2427 |
# File 'sig/types.rbs', line 2425 def enabled @enabled end |
#values ⇒ ::Hash[::String, ::Integer]
Returns the value of attribute values.
2426 2427 2428 |
# File 'sig/types.rbs', line 2426 def values @values end |