Class: Aws::Types::ApplicationSummary
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#author ⇒ ::String
Returns the value of attribute author.
-
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#home_page_url ⇒ ::String
Returns the value of attribute home_page_url.
-
#labels ⇒ ::Array[::String]
Returns the value of attribute labels.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#spdx_license_id ⇒ ::String
Returns the value of attribute spdx_license_id.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
60 61 62 |
# File 'sig/types.rbs', line 60 def application_id @application_id end |
#author ⇒ ::String
Returns the value of attribute author.
61 62 63 |
# File 'sig/types.rbs', line 61 def @author end |
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
62 63 64 |
# File 'sig/types.rbs', line 62 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
63 64 65 |
# File 'sig/types.rbs', line 63 def description @description end |
#home_page_url ⇒ ::String
Returns the value of attribute home_page_url.
64 65 66 |
# File 'sig/types.rbs', line 64 def home_page_url @home_page_url end |
#labels ⇒ ::Array[::String]
Returns the value of attribute labels.
65 66 67 |
# File 'sig/types.rbs', line 65 def labels @labels end |
#name ⇒ ::String
Returns the value of attribute name.
66 67 68 |
# File 'sig/types.rbs', line 66 def name @name end |
#spdx_license_id ⇒ ::String
Returns the value of attribute spdx_license_id.
67 68 69 |
# File 'sig/types.rbs', line 67 def spdx_license_id @spdx_license_id end |