Class: Aws::ECRPublic::Types::InitiateLayerUploadResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::InitiateLayerUploadResponse
- Defined in:
- gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#part_size ⇒ Integer
The size, in bytes, that Amazon ECR expects future layer part uploads to be.
-
#upload_id ⇒ String
The upload ID for the layer upload.
Instance Attribute Details
#part_size ⇒ Integer
The size, in bytes, that Amazon ECR expects future layer part uploads to be.
953 954 955 956 957 958 |
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 953 class InitiateLayerUploadResponse < Struct.new( :upload_id, :part_size) SENSITIVE = [] include Aws::Structure end |
#upload_id ⇒ String
The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.
953 954 955 956 957 958 |
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 953 class InitiateLayerUploadResponse < Struct.new( :upload_id, :part_size) SENSITIVE = [] include Aws::Structure end |