Class: Aws::Types::DescribeAppVersionResourceResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAppVersionResourceResponse
- 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.
-
#physical_resource ⇒ Types::PhysicalResource
Returns the value of attribute physical_resource.
Instance Attribute Details
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
516 517 518 |
# File 'sig/types.rbs', line 516 def app_arn @app_arn end |
#app_version ⇒ ::String
Returns the value of attribute app_version.
517 518 519 |
# File 'sig/types.rbs', line 517 def app_version @app_version end |
#physical_resource ⇒ Types::PhysicalResource
Returns the value of attribute physical_resource.
518 519 520 |
# File 'sig/types.rbs', line 518 def physical_resource @physical_resource end |