Method: Aws::AppTest::Types::M2ManagedApplication#application_id
- Defined in:
- lib/aws-sdk-apptest/types.rb
#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 |