Class: Aws::MainframeModernization::Types::UpdateApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::UpdateApplicationResponse
- Defined in:
- gems/aws-sdk-mainframemodernization/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.
3117 3118 3119 3120 3121 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 3117 class UpdateApplicationResponse < Struct.new( :application_version) SENSITIVE = [] include Aws::Structure end |