Class: Aws::Types::DescribeThesaurusResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeThesaurusResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#file_size_bytes ⇒ ::Integer
Returns the value of attribute file_size_bytes.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#index_id ⇒ ::String
Returns the value of attribute index_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#source_s3_path ⇒ Types::S3Path
Returns the value of attribute source_s3_path.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#synonym_rule_count ⇒ ::Integer
Returns the value of attribute synonym_rule_count.
-
#term_count ⇒ ::Integer
Returns the value of attribute term_count.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
857 858 859 |
# File 'sig/types.rbs', line 857 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
854 855 856 |
# File 'sig/types.rbs', line 854 def description @description end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
856 857 858 |
# File 'sig/types.rbs', line 856 def @error_message end |
#file_size_bytes ⇒ ::Integer
Returns the value of attribute file_size_bytes.
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.
851 852 853 |
# File 'sig/types.rbs', line 851 def id @id end |
#index_id ⇒ ::String
Returns the value of attribute index_id.
852 853 854 |
# File 'sig/types.rbs', line 852 def index_id @index_id end |
#name ⇒ ::String
Returns the value of attribute name.
853 854 855 |
# File 'sig/types.rbs', line 853 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
859 860 861 |
# File 'sig/types.rbs', line 859 def role_arn @role_arn end |
#source_s3_path ⇒ Types::S3Path
Returns the value of attribute source_s3_path.
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.
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.
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.
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.
858 859 860 |
# File 'sig/types.rbs', line 858 def updated_at @updated_at end |