Class: Aws::LexModelsV2::Types::AnalyticsBinKey

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lexmodelsv2/types.rb

Overview

An object containing the criterion by which to bin the results and the value that defines that bin.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The criterion by which to bin the results.

Returns:

  • (String)


253
254
255
256
257
258
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 253

class AnalyticsBinKey < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueInteger

The value of the criterion that defines the bin.

Returns:

  • (Integer)


253
254
255
256
257
258
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 253

class AnalyticsBinKey < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end