Module: Aws::Kendra::Client::_DescribeQuerySuggestionsBlockListResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeQuerySuggestionsBlockListResponse]
- 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
- #item_count ⇒ ::Integer
- #name ⇒ ::String
- #role_arn ⇒ ::String
- #source_s3_path ⇒ Types::S3Path
- #status ⇒ "ACTIVE", ...
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
617 |
# File 'sig/client.rbs', line 617
def created_at: () -> ::Time
|
#description ⇒ ::String
614 |
# File 'sig/client.rbs', line 614
def description: () -> ::String
|
#error_message ⇒ ::String
616 |
# File 'sig/client.rbs', line 616
def error_message: () -> ::String
|
#file_size_bytes ⇒ ::Integer
621 |
# File 'sig/client.rbs', line 621
def file_size_bytes: () -> ::Integer
|
#id ⇒ ::String
612 |
# File 'sig/client.rbs', line 612
def id: () -> ::String
|
#index_id ⇒ ::String
611 |
# File 'sig/client.rbs', line 611
def index_id: () -> ::String
|
#item_count ⇒ ::Integer
620 |
# File 'sig/client.rbs', line 620
def item_count: () -> ::Integer
|
#name ⇒ ::String
613 |
# File 'sig/client.rbs', line 613
def name: () -> ::String
|
#role_arn ⇒ ::String
622 |
# File 'sig/client.rbs', line 622
def role_arn: () -> ::String
|
#source_s3_path ⇒ Types::S3Path
619 |
# File 'sig/client.rbs', line 619
def source_s3_path: () -> Types::S3Path
|
#status ⇒ "ACTIVE", ...
615 |
# File 'sig/client.rbs', line 615
def status: () -> ("ACTIVE" | "CREATING" | "DELETING" | "UPDATING" | "ACTIVE_BUT_UPDATE_FAILED" | "FAILED")
|
#updated_at ⇒ ::Time
618 |
# File 'sig/client.rbs', line 618
def updated_at: () -> ::Time
|