Class: Aws::Types::UpdateApplicationInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApplicationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#new_application_name ⇒ ::String
Returns the value of attribute new_application_name.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def application_name @application_name end |
#new_application_name ⇒ ::String
Returns the value of attribute new_application_name.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def new_application_name @new_application_name end |