Class: Aws::AppTest::Types::M2NonManagedApplicationStepInput

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 step input.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_typeString

The action type of the AWS Mainframe Modernization non-managed application step input.

Returns:

  • (String)


1851
1852
1853
1854
1855
1856
1857
1858
1859
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1851

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

#listener_portInteger

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

Returns:

  • (Integer)


1851
1852
1853
1854
1855
1856
1857
1858
1859
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1851

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

#runtimeString

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

Returns:

  • (String)


1851
1852
1853
1854
1855
1856
1857
1858
1859
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1851

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

#vpc_endpoint_service_nameString

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

Returns:

  • (String)


1851
1852
1853
1854
1855
1856
1857
1858
1859
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1851

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

#web_app_nameString

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

Returns:

  • (String)


1851
1852
1853
1854
1855
1856
1857
1858
1859
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1851

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