Class: Aws::Types::TerminologyProperties

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


351
352
353
# File 'sig/types.rbs', line 351

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


357
358
359
# File 'sig/types.rbs', line 357

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


350
351
352
# File 'sig/types.rbs', line 350

def description
  @description
end

#directionality"UNI", "MULTI"

Returns the value of attribute directionality.

Returns:

  • ("UNI", "MULTI")


359
360
361
# File 'sig/types.rbs', line 359

def directionality
  @directionality
end

#encryption_keyTypes::EncryptionKey

Returns the value of attribute encryption_key.



354
355
356
# File 'sig/types.rbs', line 354

def encryption_key
  @encryption_key
end

#format"CSV", ...

Returns the value of attribute format.

Returns:

  • ("CSV", "TMX", "TSV")


362
363
364
# File 'sig/types.rbs', line 362

def format
  @format
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


358
359
360
# File 'sig/types.rbs', line 358

def last_updated_at
  @last_updated_at
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


360
361
362
# File 'sig/types.rbs', line 360

def message
  @message
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


349
350
351
# File 'sig/types.rbs', line 349

def name
  @name
end

#size_bytes::Integer

Returns the value of attribute size_bytes.

Returns:

  • (::Integer)


355
356
357
# File 'sig/types.rbs', line 355

def size_bytes
  @size_bytes
end

#skipped_term_count::Integer

Returns the value of attribute skipped_term_count.

Returns:

  • (::Integer)


361
362
363
# File 'sig/types.rbs', line 361

def skipped_term_count
  @skipped_term_count
end

#source_language_code::String

Returns the value of attribute source_language_code.

Returns:

  • (::String)


352
353
354
# File 'sig/types.rbs', line 352

def source_language_code
  @source_language_code
end

#target_language_codes::Array[::String]

Returns the value of attribute target_language_codes.

Returns:

  • (::Array[::String])


353
354
355
# File 'sig/types.rbs', line 353

def target_language_codes
  @target_language_codes
end

#term_count::Integer

Returns the value of attribute term_count.

Returns:

  • (::Integer)


356
357
358
# File 'sig/types.rbs', line 356

def term_count
  @term_count
end