Class: Aws::MainframeModernization::Types::UpdateApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::UpdateApplicationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mainframemodernization/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_version ⇒ Integer
The new version of the application.
Instance Attribute Details
#application_version ⇒ Integer
The new version of the application.
3102 3103 3104 3105 3106 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 3102 class UpdateApplicationResponse < Struct.new( :application_version) SENSITIVE = [] include Aws::Structure end |