Class: Aws::MainframeModernization::Types::GetApplicationVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::GetApplicationVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mainframemodernization/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The unique identifier of the application.
-
#application_version ⇒ Integer
The specific version of the application.
Instance Attribute Details
#application_id ⇒ String
The unique identifier of the application.
1437 1438 1439 1440 1441 1442 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1437 class GetApplicationVersionRequest < Struct.new( :application_id, :application_version) SENSITIVE = [] include Aws::Structure end |
#application_version ⇒ Integer
The specific version of the application.
1437 1438 1439 1440 1441 1442 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1437 class GetApplicationVersionRequest < Struct.new( :application_id, :application_version) SENSITIVE = [] include Aws::Structure end |