Class: Aws::LexModelsV2::Types::ActiveContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ActiveContext
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
The active context used in the test execution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of active context.
Instance Attribute Details
#name ⇒ String
The name of active context.
21 22 23 24 25 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 21 class ActiveContext < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |