Class: Aws::Types::PublishAppVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::PublishAppVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
Instance Attribute Details
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def app_arn @app_arn end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def version_name @version_name end |