Class: Aws::AppTest::Types::M2ManagedApplicationStepInput

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_typeString

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

Returns:

  • (String)


1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1690

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

#application_idString

The application ID of the AWS Mainframe Modernization managed application step input.

Returns:

  • (String)


1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1690

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

#listener_portInteger

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

Returns:

  • (Integer)


1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1690

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

#propertiesTypes::M2ManagedActionProperties

The properties of the AWS Mainframe Modernization managed application step input.



1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1690

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

#runtimeString

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

Returns:

  • (String)


1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1690

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

#vpc_endpoint_service_nameString

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

Returns:

  • (String)


1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1690

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