Class: Aws::AppTest::Types::M2ManagedApplicationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::M2ManagedApplicationSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Specifies the AWS Mainframe Modernization managed application summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The application ID of the AWS Mainframe Modernization managed application summary.
-
#listener_port ⇒ Integer
The listener port of the AWS Mainframe Modernization managed application summary.
-
#runtime ⇒ String
The runtime of the AWS Mainframe Modernization managed application summary.
Instance Attribute Details
#application_id ⇒ String
The application ID of the AWS Mainframe Modernization managed application summary.
1758 1759 1760 1761 1762 1763 1764 |
# File 'lib/aws-sdk-apptest/types.rb', line 1758 class M2ManagedApplicationSummary < Struct.new( :application_id, :runtime, :listener_port) SENSITIVE = [] include Aws::Structure end |
#listener_port ⇒ Integer
The listener port of the AWS Mainframe Modernization managed application summary.
1758 1759 1760 1761 1762 1763 1764 |
# File 'lib/aws-sdk-apptest/types.rb', line 1758 class M2ManagedApplicationSummary < Struct.new( :application_id, :runtime, :listener_port) SENSITIVE = [] include Aws::Structure end |
#runtime ⇒ String
The runtime of the AWS Mainframe Modernization managed application summary.
1758 1759 1760 1761 1762 1763 1764 |
# File 'lib/aws-sdk-apptest/types.rb', line 1758 class M2ManagedApplicationSummary < Struct.new( :application_id, :runtime, :listener_port) SENSITIVE = [] include Aws::Structure end |