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
2301 |
# File 'sig/client.rbs', line 2301
def associated_resource_arn: () -> ::String
|
#created_by ⇒ Types::CreatedByInfo
2303 |
# File 'sig/client.rbs', line 2303
def created_by: () -> Types::CreatedByInfo
|
#creation_time ⇒ ::String
2297 |
# File 'sig/client.rbs', line 2297
def creation_time: () -> ::String
|
#download_url_metadata ⇒ Types::DownloadUrlMetadata
2304 |
# File 'sig/client.rbs', line 2304
def download_url_metadata: () -> Types::DownloadUrlMetadata
|
#file_arn ⇒ ::String
2295 |
# File 'sig/client.rbs', line 2295
def file_arn: () -> ::String
|
#file_id ⇒ ::String
2296 |
# File 'sig/client.rbs', line 2296
def file_id: () -> ::String
|
#file_name ⇒ ::String
2299 |
# File 'sig/client.rbs', line 2299
def file_name: () -> ::String
|
#file_size_in_bytes ⇒ ::Integer
2300 |
# File 'sig/client.rbs', line 2300
def file_size_in_bytes: () -> ::Integer
|
#file_status ⇒ "APPROVED", ...
2298 |
# File 'sig/client.rbs', line 2298
def file_status: () -> ("APPROVED" | "REJECTED" | "PROCESSING" | "FAILED")
|
#file_use_case_type ⇒ "CONTACT_ANALYSIS", ...
2302 |
# File 'sig/client.rbs', line 2302
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]
2305 |
# File 'sig/client.rbs', line 2305
def tags: () -> ::Hash[::String, ::String]
|