Module: Aws::Connect::Client::_CreateAttachedFileResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateAttachedFileResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#creation_time ⇒ ::String
545 |
# File 'sig/client.rbs', line 545
def creation_time: () -> ::String
|
#file_arn ⇒ ::String
543 |
# File 'sig/client.rbs', line 543
def file_arn: () -> ::String
|
#file_id ⇒ ::String
544 |
# File 'sig/client.rbs', line 544
def file_id: () -> ::String
|
#file_status ⇒ "APPROVED", ...
546 |
# File 'sig/client.rbs', line 546
def file_status: () -> ("APPROVED" | "REJECTED" | "PROCESSING" | "FAILED")
|