Class: Aws::ECR::Types::DeleteRepositoryCreationTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::DeleteRepositoryCreationTemplateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#prefix ⇒ String
The repository namespace prefix associated with the repository creation template.
Instance Attribute Details
#prefix ⇒ String
The repository namespace prefix associated with the repository creation template.
822 823 824 825 826 |
# File 'lib/aws-sdk-ecr/types.rb', line 822 class DeleteRepositoryCreationTemplateRequest < Struct.new( :prefix) SENSITIVE = [] include Aws::Structure end |