Class: Aws::Types::DeletePackageRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeletePackageRequest
- 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.
-
#format ⇒ "npm", ...
Returns the value of attribute format.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#package ⇒ ::String
Returns the value of attribute package.
-
#repository ⇒ ::String
Returns the value of attribute repository.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
150 151 152 |
# File 'sig/types.rbs', line 150 def domain @domain end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
151 152 153 |
# File 'sig/types.rbs', line 151 def domain_owner @domain_owner end |
#format ⇒ "npm", ...
Returns the value of attribute format.
153 154 155 |
# File 'sig/types.rbs', line 153 def format @format end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
154 155 156 |
# File 'sig/types.rbs', line 154 def namespace @namespace end |
#package ⇒ ::String
Returns the value of attribute package.
155 156 157 |
# File 'sig/types.rbs', line 155 def package @package end |
#repository ⇒ ::String
Returns the value of attribute repository.
152 153 154 |
# File 'sig/types.rbs', line 152 def repository @repository end |