Class: Aws::ECR::Types::UploadLayerPartResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::UploadLayerPartResponse
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#last_byte_received ⇒ Integer
The integer value of the last byte received in the request.
-
#registry_id ⇒ String
The registry ID associated with the request.
-
#repository_name ⇒ String
The repository name associated with the request.
-
#upload_id ⇒ String
The upload ID associated with the request.
Instance Attribute Details
#last_byte_received ⇒ Integer
The integer value of the last byte received in the request.
4483 4484 4485 4486 4487 4488 4489 4490 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4483 class UploadLayerPartResponse < Struct.new( :registry_id, :repository_name, :upload_id, :last_byte_received) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The registry ID associated with the request.
4483 4484 4485 4486 4487 4488 4489 4490 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4483 class UploadLayerPartResponse < Struct.new( :registry_id, :repository_name, :upload_id, :last_byte_received) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The repository name associated with the request.
4483 4484 4485 4486 4487 4488 4489 4490 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4483 class UploadLayerPartResponse < Struct.new( :registry_id, :repository_name, :upload_id, :last_byte_received) SENSITIVE = [] include Aws::Structure end |
#upload_id ⇒ String
The upload ID associated with the request.
4483 4484 4485 4486 4487 4488 4489 4490 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4483 class UploadLayerPartResponse < Struct.new( :registry_id, :repository_name, :upload_id, :last_byte_received) SENSITIVE = [] include Aws::Structure end |