Class: Aws::Types::UpdateApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApplicationRequest
- 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.
-
#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.
-
#readme_body ⇒ ::String
Returns the value of attribute readme_body.
-
#readme_url ⇒ ::String
Returns the value of attribute readme_url.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
444 445 446 |
# File 'sig/types.rbs', line 444 def application_id @application_id end |
#author ⇒ ::String
Returns the value of attribute author.
445 446 447 |
# File 'sig/types.rbs', line 445 def @author end |
#description ⇒ ::String
Returns the value of attribute description.
446 447 448 |
# File 'sig/types.rbs', line 446 def description @description end |
#home_page_url ⇒ ::String
Returns the value of attribute home_page_url.
447 448 449 |
# File 'sig/types.rbs', line 447 def home_page_url @home_page_url end |
#labels ⇒ ::Array[::String]
Returns the value of attribute labels.
448 449 450 |
# File 'sig/types.rbs', line 448 def labels @labels end |
#readme_body ⇒ ::String
Returns the value of attribute readme_body.
449 450 451 |
# File 'sig/types.rbs', line 449 def readme_body @readme_body end |
#readme_url ⇒ ::String
Returns the value of attribute readme_url.
450 451 452 |
# File 'sig/types.rbs', line 450 def readme_url @readme_url end |