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)


3948
3949
3950
3951
3952
3953
3954
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3948

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)


3948
3949
3950
3951
3952
3953
3954
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3948

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

#vocabulary_idString

The identifier of the custom vocabulary.

Returns:

  • (String)


3948
3949
3950
3951
3952
3953
3954
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3948

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