Class: Aws::MainframeModernization::Types::CreateApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::CreateApplicationResponse
- Defined in:
- gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_arn ⇒ String
The Amazon Resource Name (ARN) of the application.
-
#application_id ⇒ String
The unique application identifier.
-
#application_version ⇒ Integer
The version number of the application.
Instance Attribute Details
#application_arn ⇒ String
The Amazon Resource Name (ARN) of the application.
430 431 432 433 434 435 436 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 430 class CreateApplicationResponse < Struct.new( :application_arn, :application_id, :application_version) SENSITIVE = [] include Aws::Structure end |
#application_id ⇒ String
The unique application identifier.
430 431 432 433 434 435 436 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 430 class CreateApplicationResponse < Struct.new( :application_arn, :application_id, :application_version) SENSITIVE = [] include Aws::Structure end |
#application_version ⇒ Integer
The version number of the application.
430 431 432 433 434 435 436 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 430 class CreateApplicationResponse < Struct.new( :application_arn, :application_id, :application_version) SENSITIVE = [] include Aws::Structure end |