Class: Aws::LexModelsV2::Types::SampleValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::SampleValue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Defines one of the values for a slot type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#value ⇒ String
The value that can be used for a slot type.
Instance Attribute Details
#value ⇒ String
The value that can be used for a slot type.
12253 12254 12255 12256 12257 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12253 class SampleValue < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |