Class: Aws::ECRPublic::Types::UploadLayerPartResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::UploadLayerPartResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecrpublic/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#last_byte_received ⇒ Integer
The integer value of the last byte that’s received in the request.
-
#registry_id ⇒ String
The registry ID that’s associated with the request.
-
#repository_name ⇒ String
The repository name that’s associated with the request.
-
#upload_id ⇒ String
The upload ID that’s associated with the request.
Instance Attribute Details
#last_byte_received ⇒ Integer
The integer value of the last byte that’s received in the request.
1972 1973 1974 1975 1976 1977 1978 1979 |
# File '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_id ⇒ String
The registry ID that’s associated with the request.
1972 1973 1974 1975 1976 1977 1978 1979 |
# File '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_name ⇒ String
The repository name that’s associated with the request.
1972 1973 1974 1975 1976 1977 1978 1979 |
# File '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_id ⇒ String
The upload ID that’s associated with the request.
1972 1973 1974 1975 1976 1977 1978 1979 |
# File '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 |