Class: Aws::ECR::Types::DeleteRepositoryCreationTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::DeleteRepositoryCreationTemplateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#registry_id ⇒ String
The registry ID associated with the request.
-
#repository_creation_template ⇒ Types::RepositoryCreationTemplate
The details of the repository creation template that was deleted.
Instance Attribute Details
#registry_id ⇒ String
The registry ID associated with the request.
838 839 840 841 842 843 |
# File 'lib/aws-sdk-ecr/types.rb', line 838 class DeleteRepositoryCreationTemplateResponse < Struct.new( :registry_id, :repository_creation_template) SENSITIVE = [] include Aws::Structure end |
#repository_creation_template ⇒ Types::RepositoryCreationTemplate
The details of the repository creation template that was deleted.
838 839 840 841 842 843 |
# File 'lib/aws-sdk-ecr/types.rb', line 838 class DeleteRepositoryCreationTemplateResponse < Struct.new( :registry_id, :repository_creation_template) SENSITIVE = [] include Aws::Structure end |