Module: Aws::Kendra::Client::_DescribeThesaurusResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeThesaurusResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #error_message ⇒ ::String
- #file_size_bytes ⇒ ::Integer
- #id ⇒ ::String
- #index_id ⇒ ::String
- #name ⇒ ::String
- #role_arn ⇒ ::String
- #source_s3_path ⇒ Types::S3Path
- #status ⇒ "CREATING", ...
- #synonym_rule_count ⇒ ::Integer
- #term_count ⇒ ::Integer
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
658 |
# File 'sig/client.rbs', line 658
def created_at: () -> ::Time
|
#description ⇒ ::String
655 |
# File 'sig/client.rbs', line 655
def description: () -> ::String
|
#error_message ⇒ ::String
657 |
# File 'sig/client.rbs', line 657
def error_message: () -> ::String
|
#file_size_bytes ⇒ ::Integer
662 |
# File 'sig/client.rbs', line 662
def file_size_bytes: () -> ::Integer
|
#id ⇒ ::String
652 |
# File 'sig/client.rbs', line 652
def id: () -> ::String
|
#index_id ⇒ ::String
653 |
# File 'sig/client.rbs', line 653
def index_id: () -> ::String
|
#name ⇒ ::String
654 |
# File 'sig/client.rbs', line 654
def name: () -> ::String
|
#role_arn ⇒ ::String
660 |
# File 'sig/client.rbs', line 660
def role_arn: () -> ::String
|
#source_s3_path ⇒ Types::S3Path
661 |
# File 'sig/client.rbs', line 661
def source_s3_path: () -> Types::S3Path
|
#status ⇒ "CREATING", ...
656 |
# File 'sig/client.rbs', line 656
def status: () -> ("CREATING" | "ACTIVE" | "DELETING" | "UPDATING" | "ACTIVE_BUT_UPDATE_FAILED" | "FAILED")
|
#synonym_rule_count ⇒ ::Integer
664 |
# File 'sig/client.rbs', line 664
def synonym_rule_count: () -> ::Integer
|
#term_count ⇒ ::Integer
663 |
# File 'sig/client.rbs', line 663
def term_count: () -> ::Integer
|
#updated_at ⇒ ::Time
659 |
# File 'sig/client.rbs', line 659
def updated_at: () -> ::Time
|