Class: Aws::ECRPublic::Types::UploadLayerPartResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_byte_receivedInteger

The integer value of the last byte that's received in the request.

Returns:

  • (Integer)


1972
1973
1974
1975
1976
1977
1978
1979
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1972

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

#registry_idString

The registry ID that's associated with the request.

Returns:

  • (String)


1972
1973
1974
1975
1976
1977
1978
1979
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1972

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

#repository_nameString

The repository name that's associated with the request.

Returns:

  • (String)


1972
1973
1974
1975
1976
1977
1978
1979
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1972

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

#upload_idString

The upload ID that's associated with the request.

Returns:

  • (String)


1972
1973
1974
1975
1976
1977
1978
1979
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1972

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