Module: Aws::Kendra::Client::_DescribeFaqResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeFaqResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #error_message ⇒ ::String
- #file_format ⇒ "CSV", ...
- #id ⇒ ::String
- #index_id ⇒ ::String
- #language_code ⇒ ::String
- #name ⇒ ::String
- #role_arn ⇒ ::String
- #s3_path ⇒ Types::S3Path
- #status ⇒ "CREATING", ...
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
534 |
# File 'sig/client.rbs', line 534
def created_at: () -> ::Time
|
#description ⇒ ::String
533 |
# File 'sig/client.rbs', line 533
def description: () -> ::String
|
#error_message ⇒ ::String
539 |
# File 'sig/client.rbs', line 539
def error_message: () -> ::String
|
#file_format ⇒ "CSV", ...
540 |
# File 'sig/client.rbs', line 540
def file_format: () -> ("CSV" | "CSV_WITH_HEADER" | "JSON")
|
#id ⇒ ::String
530 |
# File 'sig/client.rbs', line 530
def id: () -> ::String
|
#index_id ⇒ ::String
531 |
# File 'sig/client.rbs', line 531
def index_id: () -> ::String
|
#language_code ⇒ ::String
541 |
# File 'sig/client.rbs', line 541
def language_code: () -> ::String
|
#name ⇒ ::String
532 |
# File 'sig/client.rbs', line 532
def name: () -> ::String
|
#role_arn ⇒ ::String
538 |
# File 'sig/client.rbs', line 538
def role_arn: () -> ::String
|
#status ⇒ "CREATING", ...
537 |
# File 'sig/client.rbs', line 537
def status: () -> ("CREATING" | "UPDATING" | "ACTIVE" | "DELETING" | "FAILED")
|
#updated_at ⇒ ::Time
535 |
# File 'sig/client.rbs', line 535
def updated_at: () -> ::Time
|