Class: Aws::Types::ListPackageVersionDependenciesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPackageVersionDependenciesRequest
- 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.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#package ⇒ ::String
Returns the value of attribute package.
-
#package_version ⇒ ::String
Returns the value of attribute package_version.
-
#repository ⇒ ::String
Returns the value of attribute repository.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
536 537 538 |
# File 'sig/types.rbs', line 536 def domain @domain end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
537 538 539 |
# File 'sig/types.rbs', line 537 def domain_owner @domain_owner end |
#format ⇒ "npm", ...
Returns the value of attribute format.
539 540 541 |
# File 'sig/types.rbs', line 539 def format @format end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
540 541 542 |
# File 'sig/types.rbs', line 540 def namespace @namespace end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
543 544 545 |
# File 'sig/types.rbs', line 543 def next_token @next_token end |
#package ⇒ ::String
Returns the value of attribute package.
541 542 543 |
# File 'sig/types.rbs', line 541 def package @package end |
#package_version ⇒ ::String
Returns the value of attribute package_version.
542 543 544 |
# File 'sig/types.rbs', line 542 def package_version @package_version end |
#repository ⇒ ::String
Returns the value of attribute repository.
538 539 540 |
# File 'sig/types.rbs', line 538 def repository @repository end |