Class: Aws::ElementalInference::Types::DeleteDictionaryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElementalInference::Types::DeleteDictionaryResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elementalinference/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the deleted dictionary.
-
#id ⇒ String
The ID of the deleted dictionary.
-
#status ⇒ String
The status of the dictionary after deletion.
Instance Attribute Details
#arn ⇒ String
The ARN of the deleted dictionary.
378 379 380 381 382 383 384 |
# File 'lib/aws-sdk-elementalinference/types.rb', line 378 class DeleteDictionaryResponse < Struct.new( :arn, :id, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the deleted dictionary.
378 379 380 381 382 383 384 |
# File 'lib/aws-sdk-elementalinference/types.rb', line 378 class DeleteDictionaryResponse < Struct.new( :arn, :id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the dictionary after deletion.
378 379 380 381 382 383 384 |
# File 'lib/aws-sdk-elementalinference/types.rb', line 378 class DeleteDictionaryResponse < Struct.new( :arn, :id, :status) SENSITIVE = [] include Aws::Structure end |