Class: Aws::Types::PackageVersionDescription
- Inherits:
-
Object
- Object
- Aws::Types::PackageVersionDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#format ⇒ "npm", ...
Returns the value of attribute format.
-
#home_page ⇒ ::String
Returns the value of attribute home_page.
-
#licenses ⇒ ::Array[Types::LicenseInfo]
Returns the value of attribute licenses.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#origin ⇒ Types::PackageVersionOrigin
Returns the value of attribute origin.
-
#package_name ⇒ ::String
Returns the value of attribute package_name.
-
#published_time ⇒ ::Time
Returns the value of attribute published_time.
-
#revision ⇒ ::String
Returns the value of attribute revision.
-
#source_code_repository ⇒ ::String
Returns the value of attribute source_code_repository.
-
#status ⇒ "Published", ...
Returns the value of attribute status.
-
#summary ⇒ ::String
Returns the value of attribute summary.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#display_name ⇒ ::String
Returns the value of attribute display_name.
747 748 749 |
# File 'sig/types.rbs', line 747 def display_name @display_name end |
#format ⇒ "npm", ...
Returns the value of attribute format.
744 745 746 |
# File 'sig/types.rbs', line 744 def format @format end |
#home_page ⇒ ::String
Returns the value of attribute home_page.
750 751 752 |
# File 'sig/types.rbs', line 750 def home_page @home_page end |
#licenses ⇒ ::Array[Types::LicenseInfo]
Returns the value of attribute licenses.
753 754 755 |
# File 'sig/types.rbs', line 753 def licenses @licenses end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
745 746 747 |
# File 'sig/types.rbs', line 745 def namespace @namespace end |
#origin ⇒ Types::PackageVersionOrigin
Returns the value of attribute origin.
756 757 758 |
# File 'sig/types.rbs', line 756 def origin @origin end |
#package_name ⇒ ::String
Returns the value of attribute package_name.
746 747 748 |
# File 'sig/types.rbs', line 746 def package_name @package_name end |
#published_time ⇒ ::Time
Returns the value of attribute published_time.
752 753 754 |
# File 'sig/types.rbs', line 752 def published_time @published_time end |
#revision ⇒ ::String
Returns the value of attribute revision.
754 755 756 |
# File 'sig/types.rbs', line 754 def revision @revision end |
#source_code_repository ⇒ ::String
Returns the value of attribute source_code_repository.
751 752 753 |
# File 'sig/types.rbs', line 751 def source_code_repository @source_code_repository end |
#status ⇒ "Published", ...
Returns the value of attribute status.
755 756 757 |
# File 'sig/types.rbs', line 755 def status @status end |
#summary ⇒ ::String
Returns the value of attribute summary.
749 750 751 |
# File 'sig/types.rbs', line 749 def summary @summary end |
#version ⇒ ::String
Returns the value of attribute version.
748 749 750 |
# File 'sig/types.rbs', line 748 def version @version end |