Module: Aws::Connect::Client::_GetAttachedFileResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAttachedFileResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #associated_resource_arn ⇒ ::String
- #created_by ⇒ Types::CreatedByInfo
- #creation_time ⇒ ::String
- #download_url_metadata ⇒ Types::DownloadUrlMetadata
- #file_arn ⇒ ::String
- #file_id ⇒ ::String
- #file_name ⇒ ::String
- #file_size_in_bytes ⇒ ::Integer
- #file_status ⇒ "APPROVED", ...
- #file_use_case_type ⇒ "CONTACT_ANALYSIS", ...
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#associated_resource_arn ⇒ ::String
2386 |
# File 'sig/client.rbs', line 2386
def associated_resource_arn: () -> ::String
|
#created_by ⇒ Types::CreatedByInfo
2388 |
# File 'sig/client.rbs', line 2388
def created_by: () -> Types::CreatedByInfo
|
#creation_time ⇒ ::String
2382 |
# File 'sig/client.rbs', line 2382
def creation_time: () -> ::String
|
#download_url_metadata ⇒ Types::DownloadUrlMetadata
2389 |
# File 'sig/client.rbs', line 2389
def download_url_metadata: () -> Types::DownloadUrlMetadata
|
#file_arn ⇒ ::String
2380 |
# File 'sig/client.rbs', line 2380
def file_arn: () -> ::String
|
#file_id ⇒ ::String
2381 |
# File 'sig/client.rbs', line 2381
def file_id: () -> ::String
|
#file_name ⇒ ::String
2384 |
# File 'sig/client.rbs', line 2384
def file_name: () -> ::String
|
#file_size_in_bytes ⇒ ::Integer
2385 |
# File 'sig/client.rbs', line 2385
def file_size_in_bytes: () -> ::Integer
|
#file_status ⇒ "APPROVED", ...
2383 |
# File 'sig/client.rbs', line 2383
def file_status: () -> ("APPROVED" | "REJECTED" | "PROCESSING" | "FAILED")
|
#file_use_case_type ⇒ "CONTACT_ANALYSIS", ...
2387 |
# File 'sig/client.rbs', line 2387
def file_use_case_type: () -> ("CONTACT_ANALYSIS" | "EMAIL_MESSAGE" | "EMAIL_MESSAGE_PLAIN_TEXT" | "EMAIL_MESSAGE_REDACTED" | "EMAIL_MESSAGE_PLAIN_TEXT_REDACTED" | "ATTACHMENT" | "VOICE_RECORDING")
|
#tags ⇒ ::Hash[::String, ::String]
2390 |
# File 'sig/client.rbs', line 2390
def tags: () -> ::Hash[::String, ::String]
|