Class: Aws::Types::GetPackageVersionReadmeResult
- Inherits:
-
Object
- Object
- Aws::Types::GetPackageVersionReadmeResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#format ⇒ "npm", ...
Returns the value of attribute format.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#package ⇒ ::String
Returns the value of attribute package.
-
#readme ⇒ ::String
Returns the value of attribute readme.
-
#version ⇒ ::String
Returns the value of attribute version.
-
#version_revision ⇒ ::String
Returns the value of attribute version_revision.
Instance Attribute Details
#format ⇒ "npm", ...
Returns the value of attribute format.
406 407 408 |
# File 'sig/types.rbs', line 406 def format @format end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
407 408 409 |
# File 'sig/types.rbs', line 407 def namespace @namespace end |
#package ⇒ ::String
Returns the value of attribute package.
408 409 410 |
# File 'sig/types.rbs', line 408 def package @package end |
#readme ⇒ ::String
Returns the value of attribute readme.
411 412 413 |
# File 'sig/types.rbs', line 411 def readme @readme end |
#version ⇒ ::String
Returns the value of attribute version.
409 410 411 |
# File 'sig/types.rbs', line 409 def version @version end |
#version_revision ⇒ ::String
Returns the value of attribute version_revision.
410 411 412 |
# File 'sig/types.rbs', line 410 def version_revision @version_revision end |