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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#state ⇒ String

The current state of the custom vocabulary.

Returns:

  • (String)


10570
10571
10572
10573
10574
10575
10576
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10570

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

#vocabulary_arn ⇒ String

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

Returns:

  • (String)


10570
10571
10572
10573
10574
10575
10576
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10570

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

#vocabulary_id ⇒ String

The identifier of the custom vocabulary.

Returns:

  • (String)


10570
10571
10572
10573
10574
10575
10576
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10570

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