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.
-
#current_application_version ⇒ ::Integer
Returns the value of attribute current_application_version.
-
#definition ⇒ Types::Definition
Returns the value of attribute definition.
-
#description ⇒ ::String
Returns the value of attribute description.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def application_id @application_id end |
#current_application_version ⇒ ::Integer
Returns the value of attribute current_application_version.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def current_application_version @current_application_version end |
#definition ⇒ Types::Definition
Returns the value of attribute definition.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def definition @definition end |
#description ⇒ ::String
Returns the value of attribute description.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def description @description end |