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.
360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-elementalinference/types.rb', line 360 class DeleteDictionaryResponse < Struct.new( :arn, :id, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the deleted dictionary.
360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-elementalinference/types.rb', line 360 class DeleteDictionaryResponse < Struct.new( :arn, :id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the dictionary after deletion.
360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-elementalinference/types.rb', line 360 class DeleteDictionaryResponse < Struct.new( :arn, :id, :status) SENSITIVE = [] include Aws::Structure end |