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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


2072
2073
2074
2075
2076
2077
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2072

class InitiateLayerUploadResponse < Struct.new(
  :upload_id,
  :part_size)
  SENSITIVE = []
  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)


2072
2073
2074
2075
2076
2077
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2072

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