You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ECR::Types::InitiateLayerUploadResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#part_sizeInteger

The size, in bytes, that Amazon ECR expects future layer part uploads to be.

Returns:

  • (Integer)

    The size, in bytes, that Amazon ECR expects future layer part uploads to be.

#upload_idString

The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.

Returns:

  • (String)

    The upload ID for the layer upload.