Class: Aws::Types::ApplicationVersionChangeDetails
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationVersionChangeDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_version_updated_from ⇒ ::Integer
Returns the value of attribute application_version_updated_from.
-
#application_version_updated_to ⇒ ::Integer
Returns the value of attribute application_version_updated_to.
Instance Attribute Details
#application_version_updated_from ⇒ ::Integer
Returns the value of attribute application_version_updated_from.
276 277 278 |
# File 'sig/types.rbs', line 276 def application_version_updated_from @application_version_updated_from end |
#application_version_updated_to ⇒ ::Integer
Returns the value of attribute application_version_updated_to.
277 278 279 |
# File 'sig/types.rbs', line 277 def application_version_updated_to @application_version_updated_to end |