Class: Aws::Types::DeleteRepositoryRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRepositoryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#force ⇒ Boolean
Returns the value of attribute force.
-
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#force ⇒ Boolean
Returns the value of attribute force.
259 260 261 |
# File 'sig/types.rbs', line 259 def force @force end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
257 258 259 |
# File 'sig/types.rbs', line 257 def registry_id @registry_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
258 259 260 |
# File 'sig/types.rbs', line 258 def repository_name @repository_name end |