Class: Aws::Types::UpdateApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application ⇒ ::String
Returns the value of attribute application.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#application ⇒ ::String
Returns the value of attribute application.
423 424 425 |
# File 'sig/types.rbs', line 423 def application @application end |
#description ⇒ ::String
Returns the value of attribute description.
425 426 427 |
# File 'sig/types.rbs', line 425 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
424 425 426 |
# File 'sig/types.rbs', line 424 def name @name end |