Class: Aws::Connect::Types::DeleteVocabularyResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The current state of the custom vocabulary.

Returns:

  • (String)


4712
4713
4714
4715
4716
4717
4718
# File 'lib/aws-sdk-connect/types.rb', line 4712

class DeleteVocabularyResponse < Struct.new(
  :vocabulary_arn,
  :vocabulary_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#vocabulary_arnString

The Amazon Resource Name (ARN) of the custom vocabulary.

Returns:

  • (String)


4712
4713
4714
4715
4716
4717
4718
# File 'lib/aws-sdk-connect/types.rb', line 4712

class DeleteVocabularyResponse < Struct.new(
  :vocabulary_arn,
  :vocabulary_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#vocabulary_idString

The identifier of the custom vocabulary.

Returns:

  • (String)


4712
4713
4714
4715
4716
4717
4718
# File 'lib/aws-sdk-connect/types.rb', line 4712

class DeleteVocabularyResponse < Struct.new(
  :vocabulary_arn,
  :vocabulary_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end