Class: Aws::Connect::Types::VocabularySummary

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

Overview

Contains summary information about the custom vocabulary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


21477
21478
21479
21480
21481
21482
21483
21484
21485
21486
21487
# File 'lib/aws-sdk-connect/types.rb', line 21477

class VocabularySummary < Struct.new(
  :name,
  :id,
  :arn,
  :language_code,
  :state,
  :last_modified_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

The reason why the custom vocabulary was not created.

Returns:

  • (String)


21477
21478
21479
21480
21481
21482
21483
21484
21485
21486
21487
# File 'lib/aws-sdk-connect/types.rb', line 21477

class VocabularySummary < Struct.new(
  :name,
  :id,
  :arn,
  :language_code,
  :state,
  :last_modified_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the custom vocabulary.

Returns:

  • (String)


21477
21478
21479
21480
21481
21482
21483
21484
21485
21486
21487
# File 'lib/aws-sdk-connect/types.rb', line 21477

class VocabularySummary < Struct.new(
  :name,
  :id,
  :arn,
  :language_code,
  :state,
  :last_modified_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#language_codeString

The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see [What is Amazon Transcribe?]

[1]: docs.aws.amazon.com/transcribe/latest/dg/transcribe-whatis.html

Returns:

  • (String)


21477
21478
21479
21480
21481
21482
21483
21484
21485
21486
21487
# File 'lib/aws-sdk-connect/types.rb', line 21477

class VocabularySummary < Struct.new(
  :name,
  :id,
  :arn,
  :language_code,
  :state,
  :last_modified_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The timestamp when the custom vocabulary was last modified.

Returns:

  • (Time)


21477
21478
21479
21480
21481
21482
21483
21484
21485
21486
21487
# File 'lib/aws-sdk-connect/types.rb', line 21477

class VocabularySummary < Struct.new(
  :name,
  :id,
  :arn,
  :language_code,
  :state,
  :last_modified_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A unique name of the custom vocabulary.

Returns:

  • (String)


21477
21478
21479
21480
21481
21482
21483
21484
21485
21486
21487
# File 'lib/aws-sdk-connect/types.rb', line 21477

class VocabularySummary < Struct.new(
  :name,
  :id,
  :arn,
  :language_code,
  :state,
  :last_modified_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of the custom vocabulary.

Returns:

  • (String)


21477
21478
21479
21480
21481
21482
21483
21484
21485
21486
21487
# File 'lib/aws-sdk-connect/types.rb', line 21477

class VocabularySummary < Struct.new(
  :name,
  :id,
  :arn,
  :language_code,
  :state,
  :last_modified_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end