Class: Aws::Types::UpdateApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#application_update ⇒ Types::ApplicationUpdate
Returns the value of attribute application_update.
-
#current_application_version_id ⇒ ::Integer
Returns the value of attribute current_application_version_id.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
639 640 641 |
# File 'sig/types.rbs', line 639 def application_name @application_name end |
#application_update ⇒ Types::ApplicationUpdate
Returns the value of attribute application_update.
641 642 643 |
# File 'sig/types.rbs', line 641 def application_update @application_update end |
#current_application_version_id ⇒ ::Integer
Returns the value of attribute current_application_version_id.
640 641 642 |
# File 'sig/types.rbs', line 640 def current_application_version_id @current_application_version_id end |