Class: Aws::ElementalInference::Types::DeleteDictionaryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElementalInference::Types::DeleteDictionaryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elementalinference/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the dictionary to delete.
Instance Attribute Details
#id ⇒ String
The ID of the dictionary to delete.
340 341 342 343 344 |
# File 'lib/aws-sdk-elementalinference/types.rb', line 340 class DeleteDictionaryRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |