Class: Aws::Types::PublishAppVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::PublishAppVersionResponse
- 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.
-
#identifier ⇒ ::Integer
Returns the value of attribute identifier.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
Instance Attribute Details
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def app_arn @app_arn end |
#app_version ⇒ ::String
Returns the value of attribute app_version.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def app_version @app_version end |
#identifier ⇒ ::Integer
Returns the value of attribute identifier.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def identifier @identifier end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def version_name @version_name end |