Class: Aws::Types::UpdateRepositoryCreationTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRepositoryCreationTemplateResponse
- 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.
1415 1416 1417 |
# File 'sig/types.rbs', line 1415 def registry_id @registry_id end |
#repository_creation_template ⇒ Types::RepositoryCreationTemplate
Returns the value of attribute repository_creation_template.
1416 1417 1418 |
# File 'sig/types.rbs', line 1416 def repository_creation_template @repository_creation_template end |