Class: Aws::Types::DeleteRepositoryInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRepositoryInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#provider ⇒ "GITHUB", ...
Returns the value of attribute provider.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
406 407 408 |
# File 'sig/types.rbs', line 406 def name @name end |
#provider ⇒ "GITHUB", ...
Returns the value of attribute provider.
407 408 409 |
# File 'sig/types.rbs', line 407 def provider @provider end |