Class: Aws::MainframeModernization::Types::UpdateApplicationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mainframemodernization/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_versionInteger

The new version of the application.

Returns:

  • (Integer)


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