Class: Aws::Types::UpdateApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#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
#account_id ⇒ ::String
Returns the value of attribute account_id.
2027 2028 2029 |
# File 'sig/types.rbs', line 2027 def account_id @account_id end |
#application_id ⇒ ::String
Returns the value of attribute application_id.
2024 2025 2026 |
# File 'sig/types.rbs', line 2024 def application_id @application_id end |
#description ⇒ ::String
Returns the value of attribute description.
2026 2027 2028 |
# File 'sig/types.rbs', line 2026 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
2025 2026 2027 |
# File 'sig/types.rbs', line 2025 def name @name end |