Class: Aws::AppTest::Types::M2ManagedApplication
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::M2ManagedApplication
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Specifies the AWS Mainframe Modernization managed application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The application ID of the AWS Mainframe Modernization managed application.
-
#listener_port ⇒ String
The listener port of the AWS Mainframe Modernization managed application.
-
#runtime ⇒ String
The runtime of the AWS Mainframe Modernization managed application.
-
#vpc_endpoint_service_name ⇒ String
The VPC endpoint service name of the AWS Mainframe Modernization managed application.
Instance Attribute Details
#application_id ⇒ String
The application ID of the AWS Mainframe Modernization managed application.
1619 1620 1621 1622 1623 1624 1625 1626 |
# File 'lib/aws-sdk-apptest/types.rb', line 1619 class M2ManagedApplication < Struct.new( :application_id, :runtime, :vpc_endpoint_service_name, :listener_port) SENSITIVE = [] include Aws::Structure end |
#listener_port ⇒ String
The listener port of the AWS Mainframe Modernization managed application.
1619 1620 1621 1622 1623 1624 1625 1626 |
# File 'lib/aws-sdk-apptest/types.rb', line 1619 class M2ManagedApplication < Struct.new( :application_id, :runtime, :vpc_endpoint_service_name, :listener_port) SENSITIVE = [] include Aws::Structure end |
#runtime ⇒ String
The runtime of the AWS Mainframe Modernization managed application.
1619 1620 1621 1622 1623 1624 1625 1626 |
# File 'lib/aws-sdk-apptest/types.rb', line 1619 class M2ManagedApplication < Struct.new( :application_id, :runtime, :vpc_endpoint_service_name, :listener_port) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoint_service_name ⇒ String
The VPC endpoint service name of the AWS Mainframe Modernization managed application.
1619 1620 1621 1622 1623 1624 1625 1626 |
# File 'lib/aws-sdk-apptest/types.rb', line 1619 class M2ManagedApplication < Struct.new( :application_id, :runtime, :vpc_endpoint_service_name, :listener_port) SENSITIVE = [] include Aws::Structure end |