Class: Aws::Types::RecommendationDiversityConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabled ⇒ Boolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


2425
2426
2427
# File 'sig/types.rbs', line 2425

def enabled
  @enabled
end

#values ⇒ ::Hash[::String, ::Integer]

Returns the value of attribute values.

Returns:

  • (::Hash[::String, ::Integer])


2426
2427
2428
# File 'sig/types.rbs', line 2426

def values
  @values
end