Class: Aws::Types::DisposePackageVersionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisposePackageVersionsRequest
- 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.
-
#version_revisions ⇒ ::Hash[::String, ::String]
Returns the value of attribute version_revisions.
-
#versions ⇒ ::Array[::String]
Returns the value of attribute versions.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
287 288 289 |
# File 'sig/types.rbs', line 287 def domain @domain end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
288 289 290 |
# File 'sig/types.rbs', line 288 def domain_owner @domain_owner end |
#expected_status ⇒ "Published", ...
Returns the value of attribute expected_status.
295 296 297 |
# File 'sig/types.rbs', line 295 def expected_status @expected_status end |
#format ⇒ "npm", ...
Returns the value of attribute format.
290 291 292 |
# File 'sig/types.rbs', line 290 def format @format end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
291 292 293 |
# File 'sig/types.rbs', line 291 def namespace @namespace end |
#package ⇒ ::String
Returns the value of attribute package.
292 293 294 |
# File 'sig/types.rbs', line 292 def package @package end |
#repository ⇒ ::String
Returns the value of attribute repository.
289 290 291 |
# File 'sig/types.rbs', line 289 def repository @repository end |
#version_revisions ⇒ ::Hash[::String, ::String]
Returns the value of attribute version_revisions.
294 295 296 |
# File 'sig/types.rbs', line 294 def version_revisions @version_revisions end |
#versions ⇒ ::Array[::String]
Returns the value of attribute versions.
293 294 295 |
# File 'sig/types.rbs', line 293 def versions @versions end |