Class: Aws::Types::DescribeCustomVocabularyMetadataResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


1494
1495
1496
# File 'sig/types.rbs', line 1494

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


1495
1496
1497
# File 'sig/types.rbs', line 1495

def bot_version
  @bot_version
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


1498
1499
1500
# File 'sig/types.rbs', line 1498

def creation_date_time
  @creation_date_time
end

#custom_vocabulary_status ⇒ "Ready", ...

Returns the value of attribute custom_vocabulary_status.

Returns:

  • ("Ready", "Deleting", "Exporting", "Importing", "Creating")


1497
1498
1499
# File 'sig/types.rbs', line 1497

def custom_vocabulary_status
  @custom_vocabulary_status
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


1499
1500
1501
# File 'sig/types.rbs', line 1499

def last_updated_date_time
  @last_updated_date_time
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


1496
1497
1498
# File 'sig/types.rbs', line 1496

def locale_id
  @locale_id
end