Class: Aws::Types::DeletePackageVersionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeletePackageVersionsRequest
- 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.
-
#expected_status ⇒ "Published", ...
Returns the value of attribute expected_status.
-
#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.
-
#versions ⇒ ::Array[::String]
Returns the value of attribute versions.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
165 166 167 |
# File 'sig/types.rbs', line 165 def domain @domain end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
166 167 168 |
# File 'sig/types.rbs', line 166 def domain_owner @domain_owner end |
#expected_status ⇒ "Published", ...
Returns the value of attribute expected_status.
172 173 174 |
# File 'sig/types.rbs', line 172 def expected_status @expected_status end |
#format ⇒ "npm", ...
Returns the value of attribute format.
168 169 170 |
# File 'sig/types.rbs', line 168 def format @format end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
169 170 171 |
# File 'sig/types.rbs', line 169 def namespace @namespace end |
#package ⇒ ::String
Returns the value of attribute package.
170 171 172 |
# File 'sig/types.rbs', line 170 def package @package end |
#repository ⇒ ::String
Returns the value of attribute repository.
167 168 169 |
# File 'sig/types.rbs', line 167 def repository @repository end |
#versions ⇒ ::Array[::String]
Returns the value of attribute versions.
171 172 173 |
# File 'sig/types.rbs', line 171 def versions @versions end |