Class: Aws::ECR::Types::UpdateRepositoryCreationTemplateResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#registry_idString

The registry ID associated with the request.

Returns:

  • (String)


4583
4584
4585
4586
4587
4588
# File 'lib/aws-sdk-ecr/types.rb', line 4583

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

#repository_creation_templateTypes::RepositoryCreationTemplate

The details of the repository creation template associated with the request.



4583
4584
4585
4586
4587
4588
# File 'lib/aws-sdk-ecr/types.rb', line 4583

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