Class: Aws::Types::DescribeAppVersionAppComponentResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAppVersionAppComponentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
-
#app_component ⇒ Types::AppComponent
Returns the value of attribute app_component.
-
#app_version ⇒ ::String
Returns the value of attribute app_version.
Instance Attribute Details
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
492 493 494 |
# File 'sig/types.rbs', line 492 def app_arn @app_arn end |
#app_component ⇒ Types::AppComponent
Returns the value of attribute app_component.
493 494 495 |
# File 'sig/types.rbs', line 493 def app_component @app_component end |
#app_version ⇒ ::String
Returns the value of attribute app_version.
494 495 496 |
# File 'sig/types.rbs', line 494 def app_version @app_version end |