Class: Aws::Types::UpdateApplicationInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApplicationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#author ⇒ ::String
Returns the value of attribute author.
434 435 436 |
# File 'sig/types.rbs', line 434 def end |
#description ⇒ ::String
Returns the value of attribute description.
435 436 437 |
# File 'sig/types.rbs', line 435 def description @description end |
#home_page_url ⇒ ::String
Returns the value of attribute home_page_url.
436 437 438 |
# File 'sig/types.rbs', line 436 def home_page_url @home_page_url end |
#labels ⇒ ::Array[::String]
Returns the value of attribute labels.
437 438 439 |
# File 'sig/types.rbs', line 437 def labels @labels end |
#readme_body ⇒ ::String
Returns the value of attribute readme_body.
438 439 440 |
# File 'sig/types.rbs', line 438 def readme_body @readme_body end |
#readme_url ⇒ ::String
Returns the value of attribute readme_url.
439 440 441 |
# File 'sig/types.rbs', line 439 def readme_url @readme_url end |