Class: Aws::Types::RemoveDraftAppVersionResourceMappingsResponse
- Inherits:
-
Object
- Object
- Aws::Types::RemoveDraftAppVersionResourceMappingsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
-
#app_version ⇒ ::String
Returns the value of attribute app_version.
Instance Attribute Details
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
1155 1156 1157 |
# File 'sig/types.rbs', line 1155 def app_arn @app_arn end |
#app_version ⇒ ::String
Returns the value of attribute app_version.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def app_version @app_version end |