Class: Aws::Types::CreateRepositoryInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateRepositoryInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
-
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#provider ⇒ "GITHUB", ...
Returns the value of attribute provider.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
234 235 236 |
# File 'sig/types.rbs', line 234 def connection_arn @connection_arn end |
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
235 236 237 |
# File 'sig/types.rbs', line 235 def encryption_key @encryption_key end |
#name ⇒ ::String
Returns the value of attribute name.
236 237 238 |
# File 'sig/types.rbs', line 236 def name @name end |
#provider ⇒ "GITHUB", ...
Returns the value of attribute provider.
237 238 239 |
# File 'sig/types.rbs', line 237 def provider @provider end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
238 239 240 |
# File 'sig/types.rbs', line 238 def @tags end |