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
2290 |
# File 'sig/client.rbs', line 2290
def associated_resource_arn: () -> ::String
|
#created_by ⇒ Types::CreatedByInfo
2292 |
# File 'sig/client.rbs', line 2292
def created_by: () -> Types::CreatedByInfo
|
#creation_time ⇒ ::String
2286 |
# File 'sig/client.rbs', line 2286
def creation_time: () -> ::String
|
#download_url_metadata ⇒ Types::DownloadUrlMetadata
2293 |
# File 'sig/client.rbs', line 2293
def download_url_metadata: () -> Types::DownloadUrlMetadata
|
#file_arn ⇒ ::String
2284 |
# File 'sig/client.rbs', line 2284
def file_arn: () -> ::String
|
#file_id ⇒ ::String
2285 |
# File 'sig/client.rbs', line 2285
def file_id: () -> ::String
|
#file_name ⇒ ::String
2288 |
# File 'sig/client.rbs', line 2288
def file_name: () -> ::String
|
#file_size_in_bytes ⇒ ::Integer
2289 |
# File 'sig/client.rbs', line 2289
def file_size_in_bytes: () -> ::Integer
|
#file_status ⇒ "APPROVED", ...
2287 |
# File 'sig/client.rbs', line 2287
def file_status: () -> ("APPROVED" | "REJECTED" | "PROCESSING" | "FAILED")
|
#file_use_case_type ⇒ "CONTACT_ANALYSIS", ...
2291 |
# File 'sig/client.rbs', line 2291
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]
2294 |
# File 'sig/client.rbs', line 2294
def tags: () -> ::Hash[::String, ::String]
|