Class: Aws::Types::DeleteRepositoryRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRepositoryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
-
#repository ⇒ ::String
Returns the value of attribute repository.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
196 197 198 |
# File 'sig/types.rbs', line 196 def domain @domain end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
197 198 199 |
# File 'sig/types.rbs', line 197 def domain_owner @domain_owner end |
#repository ⇒ ::String
Returns the value of attribute repository.
198 199 200 |
# File 'sig/types.rbs', line 198 def repository @repository end |