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.
11974 11975 11976 11977 11978 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11974 class SampleValue < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |