Class: Aws::ECRPublic::Types::InitiateLayerUploadRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::InitiateLayerUploadRequest
- Defined in:
- gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#registry_id ⇒ String
The Amazon Web Services account ID, or registry alias, that's associated with the registry to which you intend to upload layers.
-
#repository_name ⇒ String
The name of the repository that you want to upload layers to.
Instance Attribute Details
#registry_id ⇒ String
The Amazon Web Services account ID, or registry alias, that's associated with the registry to which you intend to upload layers. If you do not specify a registry, the default public registry is assumed.
934 935 936 937 938 939 |
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 934 class InitiateLayerUploadRequest < Struct.new( :registry_id, :repository_name) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The name of the repository that you want to upload layers to.
934 935 936 937 938 939 |
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 934 class InitiateLayerUploadRequest < Struct.new( :registry_id, :repository_name) SENSITIVE = [] include Aws::Structure end |