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
2259 |
# File 'sig/client.rbs', line 2259
def associated_resource_arn: () -> ::String
|
#created_by ⇒ Types::CreatedByInfo
2261 |
# File 'sig/client.rbs', line 2261
def created_by: () -> Types::CreatedByInfo
|
#creation_time ⇒ ::String
2255 |
# File 'sig/client.rbs', line 2255
def creation_time: () -> ::String
|
#download_url_metadata ⇒ Types::DownloadUrlMetadata
2262 |
# File 'sig/client.rbs', line 2262
def download_url_metadata: () -> Types::DownloadUrlMetadata
|
#file_arn ⇒ ::String
2253 |
# File 'sig/client.rbs', line 2253
def file_arn: () -> ::String
|
#file_id ⇒ ::String
2254 |
# File 'sig/client.rbs', line 2254
def file_id: () -> ::String
|
#file_name ⇒ ::String
2257 |
# File 'sig/client.rbs', line 2257
def file_name: () -> ::String
|
#file_size_in_bytes ⇒ ::Integer
2258 |
# File 'sig/client.rbs', line 2258
def file_size_in_bytes: () -> ::Integer
|
#file_status ⇒ "APPROVED", ...
2256 |
# File 'sig/client.rbs', line 2256
def file_status: () -> ("APPROVED" | "REJECTED" | "PROCESSING" | "FAILED")
|
#file_use_case_type ⇒ "CONTACT_ANALYSIS", ...
2260 |
# File 'sig/client.rbs', line 2260
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]
2263 |
# File 'sig/client.rbs', line 2263
def tags: () -> ::Hash[::String, ::String]
|