Class: Aws::Types::CreateRepositoryRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRepositoryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_data ⇒ Types::RepositoryCatalogDataInput
Returns the value of attribute catalog_data.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#catalog_data ⇒ Types::RepositoryCatalogDataInput
Returns the value of attribute catalog_data.
61 62 63 |
# File 'sig/types.rbs', line 61 def catalog_data @catalog_data end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
60 61 62 |
# File 'sig/types.rbs', line 60 def repository_name @repository_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
62 63 64 |
# File 'sig/types.rbs', line 62 def end |