Class: Aws::Types::DescribeRepositoryCreationTemplatesResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRepositoryCreationTemplatesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
-
#repository_creation_templates ⇒ ::Array[Types::RepositoryCreationTemplate]
Returns the value of attribute repository_creation_templates.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
404 405 406 |
# File 'sig/types.rbs', line 404 def next_token @next_token end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
402 403 404 |
# File 'sig/types.rbs', line 402 def registry_id @registry_id end |
#repository_creation_templates ⇒ ::Array[Types::RepositoryCreationTemplate]
Returns the value of attribute repository_creation_templates.
403 404 405 |
# File 'sig/types.rbs', line 403 def repository_creation_templates @repository_creation_templates end |