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

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

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)


887
888
889
890
891
# File 'lib/aws-sdk-ecr/types.rb', line 887

class InitiateLayerUploadResponse < Struct.new(
  :upload_id,
  :part_size)
  include Aws::Structure
end

#upload_idString

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

Returns:

  • (String)


887
888
889
890
891
# File 'lib/aws-sdk-ecr/types.rb', line 887

class InitiateLayerUploadResponse < Struct.new(
  :upload_id,
  :part_size)
  include Aws::Structure
end