Class: Aws::Types::DescribeAppVersionResourcesResolutionStatusResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAppVersionResourcesResolutionStatusResponse
- 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.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#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.
530 531 532 |
# File 'sig/types.rbs', line 530 def app_arn @app_arn end |
#app_version ⇒ ::String
Returns the value of attribute app_version.
531 532 533 |
# File 'sig/types.rbs', line 531 def app_version @app_version end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
532 533 534 |
# File 'sig/types.rbs', line 532 def end |
#resolution_id ⇒ ::String
Returns the value of attribute resolution_id.
533 534 535 |
# File 'sig/types.rbs', line 533 def resolution_id @resolution_id end |
#status ⇒ "Pending", ...
Returns the value of attribute status.
534 535 536 |
# File 'sig/types.rbs', line 534 def status @status end |