Class: Aws::AppTest::Types::M2ManagedApplication

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

Overview

Specifies the AWS Mainframe Modernization managed application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The application ID of the AWS Mainframe Modernization managed application.

Returns:

  • (String)


1619
1620
1621
1622
1623
1624
1625
1626
# File 'gems/aws-sdk-apptest/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_portString

The listener port of the AWS Mainframe Modernization managed application.

Returns:

  • (String)


1619
1620
1621
1622
1623
1624
1625
1626
# File 'gems/aws-sdk-apptest/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

#runtimeString

The runtime of the AWS Mainframe Modernization managed application.

Returns:

  • (String)


1619
1620
1621
1622
1623
1624
1625
1626
# File 'gems/aws-sdk-apptest/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_nameString

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

Returns:

  • (String)


1619
1620
1621
1622
1623
1624
1625
1626
# File 'gems/aws-sdk-apptest/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