Class: Aws::Types::GetPackageVersionReadmeRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetPackageVersionReadmeRequest
- 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.
395 396 397 |
# File 'sig/types.rbs', line 395 def domain @domain end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
396 397 398 |
# File 'sig/types.rbs', line 396 def domain_owner @domain_owner end |
#format ⇒ "npm", ...
Returns the value of attribute format.
398 399 400 |
# File 'sig/types.rbs', line 398 def format @format end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
399 400 401 |
# File 'sig/types.rbs', line 399 def namespace @namespace end |
#package ⇒ ::String
Returns the value of attribute package.
400 401 402 |
# File 'sig/types.rbs', line 400 def package @package end |
#package_version ⇒ ::String
Returns the value of attribute package_version.
401 402 403 |
# File 'sig/types.rbs', line 401 def package_version @package_version end |
#repository ⇒ ::String
Returns the value of attribute repository.
397 398 399 |
# File 'sig/types.rbs', line 397 def repository @repository end |