Class: Aws::S3Control::Types::AbortIncompleteMultipartUpload

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb

Overview

The container for abort incomplete multipart upload

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#days_after_initiationInteger

Specifies the number of days after which Amazon S3 aborts an incomplete multipart upload to the Outposts bucket.

Returns:

  • (Integer)


22
23
24
25
26
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 22

class AbortIncompleteMultipartUpload < Struct.new(
  :days_after_initiation)
  SENSITIVE = []
  include Aws::Structure
end