Class: Aws::Types::UpdateApplicationResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApplicationResponse
- 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.
-
#is_verified_author ⇒ Boolean
Returns the value of attribute is_verified_author.
-
#labels ⇒ ::Array[::String]
Returns the value of attribute labels.
-
#license_url ⇒ ::String
Returns the value of attribute license_url.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#readme_url ⇒ ::String
Returns the value of attribute readme_url.
-
#spdx_license_id ⇒ ::String
Returns the value of attribute spdx_license_id.
-
#verified_author_url ⇒ ::String
Returns the value of attribute verified_author_url.
-
#version ⇒ Types::Version
Returns the value of attribute version.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
455 456 457 |
# File 'sig/types.rbs', line 455 def application_id @application_id end |
#author ⇒ ::String
Returns the value of attribute author.
456 457 458 |
# File 'sig/types.rbs', line 456 def @author end |
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
457 458 459 |
# File 'sig/types.rbs', line 457 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
458 459 460 |
# File 'sig/types.rbs', line 458 def description @description end |
#home_page_url ⇒ ::String
Returns the value of attribute home_page_url.
459 460 461 |
# File 'sig/types.rbs', line 459 def home_page_url @home_page_url end |
#is_verified_author ⇒ Boolean
Returns the value of attribute is_verified_author.
460 461 462 |
# File 'sig/types.rbs', line 460 def @is_verified_author end |
#labels ⇒ ::Array[::String]
Returns the value of attribute labels.
461 462 463 |
# File 'sig/types.rbs', line 461 def labels @labels end |
#license_url ⇒ ::String
Returns the value of attribute license_url.
462 463 464 |
# File 'sig/types.rbs', line 462 def license_url @license_url end |
#name ⇒ ::String
Returns the value of attribute name.
463 464 465 |
# File 'sig/types.rbs', line 463 def name @name end |
#readme_url ⇒ ::String
Returns the value of attribute readme_url.
464 465 466 |
# File 'sig/types.rbs', line 464 def readme_url @readme_url end |
#spdx_license_id ⇒ ::String
Returns the value of attribute spdx_license_id.
465 466 467 |
# File 'sig/types.rbs', line 465 def spdx_license_id @spdx_license_id end |
#verified_author_url ⇒ ::String
Returns the value of attribute verified_author_url.
466 467 468 |
# File 'sig/types.rbs', line 466 def @verified_author_url end |
#version ⇒ Types::Version
Returns the value of attribute version.
467 468 469 |
# File 'sig/types.rbs', line 467 def version @version end |