Class: Aws::AppTest::Types::M2NonManagedApplicationSummary

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

Overview

Specifies the AWS Mainframe Modernization non-managed application summary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#listener_portInteger

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

Returns:

  • (Integer)


1915
1916
1917
1918
1919
1920
1921
1922
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1915

class M2NonManagedApplicationSummary < 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 summary.

Returns:

  • (String)


1915
1916
1917
1918
1919
1920
1921
1922
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1915

class M2NonManagedApplicationSummary < 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 summary.

Returns:

  • (String)


1915
1916
1917
1918
1919
1920
1921
1922
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1915

class M2NonManagedApplicationSummary < 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 summary.

Returns:

  • (String)


1915
1916
1917
1918
1919
1920
1921
1922
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1915

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