Class: Aws::Types::CreateRepositoryInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateRepositoryInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#repository_description ⇒ ::String
Returns the value of attribute repository_description.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
441 442 443 |
# File 'sig/types.rbs', line 441 def kms_key_id @kms_key_id end |
#repository_description ⇒ ::String
Returns the value of attribute repository_description.
439 440 441 |
# File 'sig/types.rbs', line 439 def repository_description @repository_description end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
438 439 440 |
# File 'sig/types.rbs', line 438 def repository_name @repository_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
440 441 442 |
# File 'sig/types.rbs', line 440 def @tags end |