Class: Aws::Types::DescribePackageVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribePackageVersionRequest
- 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.
-
#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.
246 247 248 |
# File 'sig/types.rbs', line 246 def domain @domain end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
247 248 249 |
# File 'sig/types.rbs', line 247 def domain_owner @domain_owner end |
#format ⇒ "npm", ...
Returns the value of attribute format.
249 250 251 |
# File 'sig/types.rbs', line 249 def format @format end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
250 251 252 |
# File 'sig/types.rbs', line 250 def namespace @namespace end |
#package ⇒ ::String
Returns the value of attribute package.
251 252 253 |
# File 'sig/types.rbs', line 251 def package @package end |
#package_version ⇒ ::String
Returns the value of attribute package_version.
252 253 254 |
# File 'sig/types.rbs', line 252 def package_version @package_version end |
#repository ⇒ ::String
Returns the value of attribute repository.
248 249 250 |
# File 'sig/types.rbs', line 248 def repository @repository end |