Class: Aws::Types::CompleteAttachmentUploadRequest
- Inherits:
-
Object
- Object
- Aws::Types::CompleteAttachmentUploadRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completed_uploads ⇒ ::Array[Types::CompletedUpload]
Returns the value of attribute completed_uploads.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
Instance Attribute Details
#completed_uploads ⇒ ::Array[Types::CompletedUpload]
Returns the value of attribute completed_uploads.
127 128 129 |
# File 'sig/types.rbs', line 127 def completed_uploads @completed_uploads end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
128 129 130 |
# File 'sig/types.rbs', line 128 def dry_run @dry_run end |
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
126 127 128 |
# File 'sig/types.rbs', line 126 def upload_id @upload_id end |