Class: Aws::Types::DescribeThesaurusResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


857
858
859
# File 'sig/types.rbs', line 857

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


854
855
856
# File 'sig/types.rbs', line 854

def description
  @description
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


856
857
858
# File 'sig/types.rbs', line 856

def error_message
  @error_message
end

#file_size_bytes::Integer

Returns the value of attribute file_size_bytes.

Returns:

  • (::Integer)


861
862
863
# File 'sig/types.rbs', line 861

def file_size_bytes
  @file_size_bytes
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


851
852
853
# File 'sig/types.rbs', line 851

def id
  @id
end

#index_id::String

Returns the value of attribute index_id.

Returns:

  • (::String)


852
853
854
# File 'sig/types.rbs', line 852

def index_id
  @index_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


853
854
855
# File 'sig/types.rbs', line 853

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


859
860
861
# File 'sig/types.rbs', line 859

def role_arn
  @role_arn
end

#source_s3_pathTypes::S3Path

Returns the value of attribute source_s3_path.

Returns:



860
861
862
# File 'sig/types.rbs', line 860

def source_s3_path
  @source_s3_path
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ACTIVE", "DELETING", "UPDATING", "ACTIVE_BUT_UPDATE_FAILED", "FAILED")


855
856
857
# File 'sig/types.rbs', line 855

def status
  @status
end

#synonym_rule_count::Integer

Returns the value of attribute synonym_rule_count.

Returns:

  • (::Integer)


863
864
865
# File 'sig/types.rbs', line 863

def synonym_rule_count
  @synonym_rule_count
end

#term_count::Integer

Returns the value of attribute term_count.

Returns:

  • (::Integer)


862
863
864
# File 'sig/types.rbs', line 862

def term_count
  @term_count
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


858
859
860
# File 'sig/types.rbs', line 858

def updated_at
  @updated_at
end