Class: Aws::Types::UpdateAppVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAppVersionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_info ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute additional_info.
-
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
-
#app_version ⇒ ::String
Returns the value of attribute app_version.
Instance Attribute Details
#additional_info ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute additional_info.
1432 1433 1434 |
# File 'sig/types.rbs', line 1432 def additional_info @additional_info end |
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
1433 1434 1435 |
# File 'sig/types.rbs', line 1433 def app_arn @app_arn end |
#app_version ⇒ ::String
Returns the value of attribute app_version.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def app_version @app_version end |