Class: Aws::Types::DescribeAppVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAppVersionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_info ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute additional_info.
-
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
-
#app_version ⇒ ::String
Returns the value of attribute app_version.
Instance Attribute Details
#additional_info ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute additional_info.
539 540 541 |
# File 'sig/types.rbs', line 539 def additional_info @additional_info end |
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
540 541 542 |
# File 'sig/types.rbs', line 540 def app_arn @app_arn end |
#app_version ⇒ ::String
Returns the value of attribute app_version.
541 542 543 |
# File 'sig/types.rbs', line 541 def app_version @app_version end |