Class: Aws::ECR::Types::UploadLayerPartResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#last_byte_receivedInteger

The integer value of the last byte received in the request.

Returns:

  • (Integer)


1272
1273
1274
1275
1276
1277
1278
# File 'lib/aws-sdk-ecr/types.rb', line 1272

class UploadLayerPartResponse < Struct.new(
  :registry_id,
  :repository_name,
  :upload_id,
  :last_byte_received)
  include Aws::Structure
end

#registry_idString

The registry ID associated with the request.

Returns:

  • (String)


1272
1273
1274
1275
1276
1277
1278
# File 'lib/aws-sdk-ecr/types.rb', line 1272

class UploadLayerPartResponse < Struct.new(
  :registry_id,
  :repository_name,
  :upload_id,
  :last_byte_received)
  include Aws::Structure
end

#repository_nameString

The repository name associated with the request.

Returns:

  • (String)


1272
1273
1274
1275
1276
1277
1278
# File 'lib/aws-sdk-ecr/types.rb', line 1272

class UploadLayerPartResponse < Struct.new(
  :registry_id,
  :repository_name,
  :upload_id,
  :last_byte_received)
  include Aws::Structure
end

#upload_idString

The upload ID associated with the request.

Returns:

  • (String)


1272
1273
1274
1275
1276
1277
1278
# File 'lib/aws-sdk-ecr/types.rb', line 1272

class UploadLayerPartResponse < Struct.new(
  :registry_id,
  :repository_name,
  :upload_id,
  :last_byte_received)
  include Aws::Structure
end