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.
3079 3080 3081 3082 3083 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 3079 class UpdateApplicationResponse < Struct.new( :application_version) SENSITIVE = [] include Aws::Structure end |