Class: Aws::Types::UpdateApplicationVersionMessage
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApplicationVersionMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#version_label ⇒ ::String
Returns the value of attribute version_label.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def application_name @application_name end |
#description ⇒ ::String
Returns the value of attribute description.
1034 1035 1036 |
# File 'sig/types.rbs', line 1034 def description @description end |
#version_label ⇒ ::String
Returns the value of attribute version_label.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def version_label @version_label end |