Class: Aws::Types::StartAttachedFileUploadResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartAttachedFileUploadResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_by ⇒ Types::CreatedByInfo
Returns the value of attribute created_by.
-
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
-
#file_arn ⇒ ::String
Returns the value of attribute file_arn.
-
#file_id ⇒ ::String
Returns the value of attribute file_id.
-
#file_status ⇒ "APPROVED", ...
Returns the value of attribute file_status.
-
#upload_url_metadata ⇒ Types::UploadUrlMetadata
Returns the value of attribute upload_url_metadata.
Instance Attribute Details
#created_by ⇒ Types::CreatedByInfo
Returns the value of attribute created_by.
7795 7796 7797 |
# File 'sig/types.rbs', line 7795 def created_by @created_by end |
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
7793 7794 7795 |
# File 'sig/types.rbs', line 7793 def creation_time @creation_time end |
#file_arn ⇒ ::String
Returns the value of attribute file_arn.
7791 7792 7793 |
# File 'sig/types.rbs', line 7791 def file_arn @file_arn end |
#file_id ⇒ ::String
Returns the value of attribute file_id.
7792 7793 7794 |
# File 'sig/types.rbs', line 7792 def file_id @file_id end |
#file_status ⇒ "APPROVED", ...
Returns the value of attribute file_status.
7794 7795 7796 |
# File 'sig/types.rbs', line 7794 def file_status @file_status end |
#upload_url_metadata ⇒ Types::UploadUrlMetadata
Returns the value of attribute upload_url_metadata.
7796 7797 7798 |
# File 'sig/types.rbs', line 7796 def @upload_url_metadata end |