Class: Aws::ECR::Types::InitiateLayerUploadRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#registry_idString

The Amazon Web Services account ID associated with the registry to which you intend to upload layers. If you do not specify a registry, the default registry is assumed.

Returns:

  • (String)


2053
2054
2055
2056
2057
2058
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2053

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

#repository_nameString

The name of the repository to which you intend to upload layers.

Returns:

  • (String)


2053
2054
2055
2056
2057
2058
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2053

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