Class: Aws::Types::ResolveAppVersionResourcesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ResolveAppVersionResourcesResponse
- 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.
-
#resolution_id ⇒ ::String
Returns the value of attribute resolution_id.
-
#status ⇒ "Pending", ...
Returns the value of attribute status.
Instance Attribute Details
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
1187 1188 1189 |
# File 'sig/types.rbs', line 1187 def app_arn @app_arn end |
#app_version ⇒ ::String
Returns the value of attribute app_version.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def app_version @app_version end |
#resolution_id ⇒ ::String
Returns the value of attribute resolution_id.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def resolution_id @resolution_id end |
#status ⇒ "Pending", ...
Returns the value of attribute status.
1190 1191 1192 |
# File 'sig/types.rbs', line 1190 def status @status end |