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

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

#last_byte_receivedInteger

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

Returns:

  • (Integer)


3939
3940
3941
3942
3943
3944
3945
3946
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3939

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

#registry_idString

The registry ID associated with the request.

Returns:

  • (String)


3939
3940
3941
3942
3943
3944
3945
3946
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3939

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

#repository_nameString

The repository name associated with the request.

Returns:

  • (String)


3939
3940
3941
3942
3943
3944
3945
3946
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3939

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

#upload_idString

The upload ID associated with the request.

Returns:

  • (String)


3939
3940
3941
3942
3943
3944
3945
3946
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3939

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