Class: Aws::Types::DeleteRepositoryCreationTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRepositoryCreationTemplateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
-
#repository_creation_template ⇒ Types::RepositoryCreationTemplate
Returns the value of attribute repository_creation_template.
Instance Attribute Details
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
238 239 240 |
# File 'sig/types.rbs', line 238 def registry_id @registry_id end |
#repository_creation_template ⇒ Types::RepositoryCreationTemplate
Returns the value of attribute repository_creation_template.
239 240 241 |
# File 'sig/types.rbs', line 239 def repository_creation_template @repository_creation_template end |