Class: Aws::Types::DescribeAppVersionResourcesResolutionStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAppVersionResourcesResolutionStatusRequest
- 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.
Instance Attribute Details
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
523 524 525 |
# File 'sig/types.rbs', line 523 def app_arn @app_arn end |
#app_version ⇒ ::String
Returns the value of attribute app_version.
524 525 526 |
# File 'sig/types.rbs', line 524 def app_version @app_version end |
#resolution_id ⇒ ::String
Returns the value of attribute resolution_id.
525 526 527 |
# File 'sig/types.rbs', line 525 def resolution_id @resolution_id end |