Class: Aws::S3Control::Types::AbortIncompleteMultipartUpload
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::AbortIncompleteMultipartUpload
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
The container for abort incomplete multipart upload
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#days_after_initiation ⇒ Integer
Specifies the number of days after which Amazon S3 aborts an incomplete multipart upload to the Outposts bucket.
Instance Attribute Details
#days_after_initiation ⇒ Integer
Specifies the number of days after which Amazon S3 aborts an incomplete multipart upload to the Outposts bucket.
22 23 24 25 26 |
# File 'lib/aws-sdk-s3control/types.rb', line 22 class AbortIncompleteMultipartUpload < Struct.new( :days_after_initiation) SENSITIVE = [] include Aws::Structure end |