Class: Aws::S3::Types::ListPartsOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#abort_dateTime

Date when multipart upload will become eligible for abort operation by lifecycle.

Returns:

  • (Time)


5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
# File 'lib/aws-sdk-s3/types.rb', line 5456

class ListPartsOutput < Struct.new(
  :abort_date,
  :abort_rule_id,
  :bucket,
  :key,
  :upload_id,
  :part_number_marker,
  :next_part_number_marker,
  :max_parts,
  :is_truncated,
  :parts,
  :initiator,
  :owner,
  :storage_class,
  :request_charged)
  include Aws::Structure
end

#abort_rule_idString

Id of the lifecycle rule that makes a multipart upload eligible for abort operation.

Returns:

  • (String)


5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
# File 'lib/aws-sdk-s3/types.rb', line 5456

class ListPartsOutput < Struct.new(
  :abort_date,
  :abort_rule_id,
  :bucket,
  :key,
  :upload_id,
  :part_number_marker,
  :next_part_number_marker,
  :max_parts,
  :is_truncated,
  :parts,
  :initiator,
  :owner,
  :storage_class,
  :request_charged)
  include Aws::Structure
end

#bucketString

Name of the bucket to which the multipart upload was initiated.

Returns:

  • (String)


5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
# File 'lib/aws-sdk-s3/types.rb', line 5456

class ListPartsOutput < Struct.new(
  :abort_date,
  :abort_rule_id,
  :bucket,
  :key,
  :upload_id,
  :part_number_marker,
  :next_part_number_marker,
  :max_parts,
  :is_truncated,
  :parts,
  :initiator,
  :owner,
  :storage_class,
  :request_charged)
  include Aws::Structure
end

#initiatorTypes::Initiator

Identifies who initiated the multipart upload.

Returns:



5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
# File 'lib/aws-sdk-s3/types.rb', line 5456

class ListPartsOutput < Struct.new(
  :abort_date,
  :abort_rule_id,
  :bucket,
  :key,
  :upload_id,
  :part_number_marker,
  :next_part_number_marker,
  :max_parts,
  :is_truncated,
  :parts,
  :initiator,
  :owner,
  :storage_class,
  :request_charged)
  include Aws::Structure
end

#is_truncatedBoolean

Indicates whether the returned list of parts is truncated.

Returns:

  • (Boolean)


5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
# File 'lib/aws-sdk-s3/types.rb', line 5456

class ListPartsOutput < Struct.new(
  :abort_date,
  :abort_rule_id,
  :bucket,
  :key,
  :upload_id,
  :part_number_marker,
  :next_part_number_marker,
  :max_parts,
  :is_truncated,
  :parts,
  :initiator,
  :owner,
  :storage_class,
  :request_charged)
  include Aws::Structure
end

#keyString

Object key for which the multipart upload was initiated.

Returns:

  • (String)


5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
# File 'lib/aws-sdk-s3/types.rb', line 5456

class ListPartsOutput < Struct.new(
  :abort_date,
  :abort_rule_id,
  :bucket,
  :key,
  :upload_id,
  :part_number_marker,
  :next_part_number_marker,
  :max_parts,
  :is_truncated,
  :parts,
  :initiator,
  :owner,
  :storage_class,
  :request_charged)
  include Aws::Structure
end

#max_partsInteger

Maximum number of parts that were allowed in the response.

Returns:

  • (Integer)


5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
# File 'lib/aws-sdk-s3/types.rb', line 5456

class ListPartsOutput < Struct.new(
  :abort_date,
  :abort_rule_id,
  :bucket,
  :key,
  :upload_id,
  :part_number_marker,
  :next_part_number_marker,
  :max_parts,
  :is_truncated,
  :parts,
  :initiator,
  :owner,
  :storage_class,
  :request_charged)
  include Aws::Structure
end

#next_part_number_markerInteger

When a list is truncated, this element specifies the last part in the list, as well as the value to use for the part-number-marker request parameter in a subsequent request.

Returns:

  • (Integer)


5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
# File 'lib/aws-sdk-s3/types.rb', line 5456

class ListPartsOutput < Struct.new(
  :abort_date,
  :abort_rule_id,
  :bucket,
  :key,
  :upload_id,
  :part_number_marker,
  :next_part_number_marker,
  :max_parts,
  :is_truncated,
  :parts,
  :initiator,
  :owner,
  :storage_class,
  :request_charged)
  include Aws::Structure
end

#ownerTypes::Owner

Returns:



5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
# File 'lib/aws-sdk-s3/types.rb', line 5456

class ListPartsOutput < Struct.new(
  :abort_date,
  :abort_rule_id,
  :bucket,
  :key,
  :upload_id,
  :part_number_marker,
  :next_part_number_marker,
  :max_parts,
  :is_truncated,
  :parts,
  :initiator,
  :owner,
  :storage_class,
  :request_charged)
  include Aws::Structure
end

#part_number_markerInteger

Part number after which listing begins.

Returns:

  • (Integer)


5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
# File 'lib/aws-sdk-s3/types.rb', line 5456

class ListPartsOutput < Struct.new(
  :abort_date,
  :abort_rule_id,
  :bucket,
  :key,
  :upload_id,
  :part_number_marker,
  :next_part_number_marker,
  :max_parts,
  :is_truncated,
  :parts,
  :initiator,
  :owner,
  :storage_class,
  :request_charged)
  include Aws::Structure
end

#partsArray<Types::Part>

Returns:



5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
# File 'lib/aws-sdk-s3/types.rb', line 5456

class ListPartsOutput < Struct.new(
  :abort_date,
  :abort_rule_id,
  :bucket,
  :key,
  :upload_id,
  :part_number_marker,
  :next_part_number_marker,
  :max_parts,
  :is_truncated,
  :parts,
  :initiator,
  :owner,
  :storage_class,
  :request_charged)
  include Aws::Structure
end

#request_chargedString

If present, indicates that the requester was successfully charged for the request.

Returns:

  • (String)


5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
# File 'lib/aws-sdk-s3/types.rb', line 5456

class ListPartsOutput < Struct.new(
  :abort_date,
  :abort_rule_id,
  :bucket,
  :key,
  :upload_id,
  :part_number_marker,
  :next_part_number_marker,
  :max_parts,
  :is_truncated,
  :parts,
  :initiator,
  :owner,
  :storage_class,
  :request_charged)
  include Aws::Structure
end

#storage_classString

The class of storage used to store the object.

Returns:

  • (String)


5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
# File 'lib/aws-sdk-s3/types.rb', line 5456

class ListPartsOutput < Struct.new(
  :abort_date,
  :abort_rule_id,
  :bucket,
  :key,
  :upload_id,
  :part_number_marker,
  :next_part_number_marker,
  :max_parts,
  :is_truncated,
  :parts,
  :initiator,
  :owner,
  :storage_class,
  :request_charged)
  include Aws::Structure
end

#upload_idString

Upload ID identifying the multipart upload whose parts are being listed.

Returns:

  • (String)


5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
# File 'lib/aws-sdk-s3/types.rb', line 5456

class ListPartsOutput < Struct.new(
  :abort_date,
  :abort_rule_id,
  :bucket,
  :key,
  :upload_id,
  :part_number_marker,
  :next_part_number_marker,
  :max_parts,
  :is_truncated,
  :parts,
  :initiator,
  :owner,
  :storage_class,
  :request_charged)
  include Aws::Structure
end