Class: Aws::Types::CreateRepositoryCreationTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateRepositoryCreationTemplateResponse
- 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.
148 149 150 |
# File 'sig/types.rbs', line 148 def registry_id @registry_id end |
#repository_creation_template ⇒ Types::RepositoryCreationTemplate
Returns the value of attribute repository_creation_template.
149 150 151 |
# File 'sig/types.rbs', line 149 def repository_creation_template @repository_creation_template end |