Class: Aws::AppTest::Types::M2NonManagedApplication

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apptest/types.rb

Overview

Specifies the AWS Mainframe Modernization non-managed application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#listener_portString

The listener port of the AWS Mainframe Modernization non-managed application.

Returns:

  • (String)


1790
1791
1792
1793
1794
1795
1796
1797
# File 'lib/aws-sdk-apptest/types.rb', line 1790

class M2NonManagedApplication < Struct.new(
  :vpc_endpoint_service_name,
  :listener_port,
  :runtime,
  :web_app_name)
  SENSITIVE = []
  include Aws::Structure
end

#runtimeString

The runtime of the AWS Mainframe Modernization non-managed application.

Returns:

  • (String)


1790
1791
1792
1793
1794
1795
1796
1797
# File 'lib/aws-sdk-apptest/types.rb', line 1790

class M2NonManagedApplication < Struct.new(
  :vpc_endpoint_service_name,
  :listener_port,
  :runtime,
  :web_app_name)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_endpoint_service_nameString

The VPC endpoint service name of the AWS Mainframe Modernization non-managed application.

Returns:

  • (String)


1790
1791
1792
1793
1794
1795
1796
1797
# File 'lib/aws-sdk-apptest/types.rb', line 1790

class M2NonManagedApplication < Struct.new(
  :vpc_endpoint_service_name,
  :listener_port,
  :runtime,
  :web_app_name)
  SENSITIVE = []
  include Aws::Structure
end

#web_app_nameString

The web application name of the AWS Mainframe Modernization non-managed application.

Returns:

  • (String)


1790
1791
1792
1793
1794
1795
1796
1797
# File 'lib/aws-sdk-apptest/types.rb', line 1790

class M2NonManagedApplication < Struct.new(
  :vpc_endpoint_service_name,
  :listener_port,
  :runtime,
  :web_app_name)
  SENSITIVE = []
  include Aws::Structure
end