Class: Aws::LexModelsV2::Types::DeleteTestSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::DeleteTestSetRequest
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#test_set_id ⇒ String
The test set Id of the test set to be deleted.
Instance Attribute Details
#test_set_id ⇒ String
The test set Id of the test set to be deleted.
5557 5558 5559 5560 5561 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5557 class DeleteTestSetRequest < Struct.new( :test_set_id) SENSITIVE = [] include Aws::Structure end |