Class: Aws::MainframeModernization::Types::UpdateApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::UpdateApplicationRequest
- Defined in:
- gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The unique identifier of the application you want to update.
-
#current_application_version ⇒ Integer
The current version of the application to update.
-
#definition ⇒ Types::Definition
The application definition for this application.
-
#description ⇒ String
The description of the application to update.
Instance Attribute Details
#application_id ⇒ String
The unique identifier of the application you want to update.
3087 3088 3089 3090 3091 3092 3093 3094 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 3087 class UpdateApplicationRequest < Struct.new( :application_id, :current_application_version, :definition, :description) SENSITIVE = [] include Aws::Structure end |
#current_application_version ⇒ Integer
The current version of the application to update.
3087 3088 3089 3090 3091 3092 3093 3094 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 3087 class UpdateApplicationRequest < Struct.new( :application_id, :current_application_version, :definition, :description) SENSITIVE = [] include Aws::Structure end |
#definition ⇒ Types::Definition
The application definition for this application. You can specify either inline JSON or an S3 bucket location.
3087 3088 3089 3090 3091 3092 3093 3094 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 3087 class UpdateApplicationRequest < Struct.new( :application_id, :current_application_version, :definition, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the application to update.
3087 3088 3089 3090 3091 3092 3093 3094 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 3087 class UpdateApplicationRequest < Struct.new( :application_id, :current_application_version, :definition, :description) SENSITIVE = [] include Aws::Structure end |