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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
878 879 880 |
# File 'sig/types.rbs', line 878 def application_id @application_id end |
#description ⇒ ::String
Returns the value of attribute description.
880 881 882 |
# File 'sig/types.rbs', line 880 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
879 880 881 |
# File 'sig/types.rbs', line 879 def name @name end |