Class: Aws::Connect::Types::CreateVocabularyResponse

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

#stateString

The current state of the custom vocabulary.

Returns:

  • (String)


4273
4274
4275
4276
4277
4278
4279
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4273

class CreateVocabularyResponse < 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)


4273
4274
4275
4276
4277
4278
4279
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4273

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

#vocabulary_idString

The identifier of the custom vocabulary.

Returns:

  • (String)


4273
4274
4275
4276
4277
4278
4279
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4273

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