Module: Aws::AppTest::Types

Defined in:
gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb

Defined Under Namespace

Classes: AccessDeniedException, Batch, BatchStepInput, BatchStepOutput, BatchSummary, CloudFormation, CloudFormationAction, CloudFormationStepSummary, CompareAction, CompareActionSummary, CompareDataSetsStepInput, CompareDataSetsStepOutput, CompareDataSetsSummary, CompareDatabaseCDCStepInput, CompareDatabaseCDCStepOutput, CompareDatabaseCDCSummary, CompareFileType, ConflictException, CreateCloudFormationStepInput, CreateCloudFormationStepOutput, CreateCloudFormationSummary, CreateTestCaseRequest, CreateTestCaseResponse, CreateTestConfigurationRequest, CreateTestConfigurationResponse, CreateTestSuiteRequest, CreateTestSuiteResponse, DataSet, DatabaseCDC, DeleteCloudFormationStepInput, DeleteCloudFormationStepOutput, DeleteCloudFormationSummary, DeleteTestCaseRequest, DeleteTestCaseResponse, DeleteTestConfigurationRequest, DeleteTestConfigurationResponse, DeleteTestRunRequest, DeleteTestRunResponse, DeleteTestSuiteRequest, DeleteTestSuiteResponse, File, FileMetadata, GetTestCaseRequest, GetTestCaseResponse, GetTestConfigurationRequest, GetTestConfigurationResponse, GetTestRunStepRequest, GetTestRunStepResponse, GetTestSuiteRequest, GetTestSuiteResponse, Input, InputFile, InternalServerException, ListTagsForResourceRequest, ListTagsForResourceResponse, ListTestCasesRequest, ListTestCasesResponse, ListTestConfigurationsRequest, ListTestConfigurationsResponse, ListTestRunStepsRequest, ListTestRunStepsResponse, ListTestRunTestCasesRequest, ListTestRunTestCasesResponse, ListTestRunsRequest, ListTestRunsResponse, ListTestSuitesRequest, ListTestSuitesResponse, M2ManagedActionProperties, M2ManagedApplication, M2ManagedApplicationAction, M2ManagedApplicationStepInput, M2ManagedApplicationStepOutput, M2ManagedApplicationStepSummary, M2ManagedApplicationSummary, M2NonManagedApplication, M2NonManagedApplicationAction, M2NonManagedApplicationStepInput, M2NonManagedApplicationStepOutput, M2NonManagedApplicationStepSummary, M2NonManagedApplicationSummary, MainframeAction, MainframeActionProperties, MainframeActionSummary, MainframeActionType, MainframeResourceSummary, Output, OutputFile, Resource, ResourceAction, ResourceActionSummary, ResourceNotFoundException, ResourceType, Script, ScriptSummary, ServiceQuotaExceededException, ServiceSettings, SourceDatabaseMetadata, StartTestRunRequest, StartTestRunResponse, Step, StepAction, StepRunSummary, TN3270, TN3270StepInput, TN3270StepOutput, TN3270Summary, TagResourceRequest, TagResourceResponse, TargetDatabaseMetadata, TestCaseLatestVersion, TestCaseRunSummary, TestCaseSummary, TestCases, TestConfigurationLatestVersion, TestConfigurationSummary, TestRunStepSummary, TestRunSummary, TestSuiteLatestVersion, TestSuiteSummary, ThrottlingException, UntagResourceRequest, UntagResourceResponse, UpdateTestCaseRequest, UpdateTestCaseResponse, UpdateTestConfigurationRequest, UpdateTestConfigurationResponse, UpdateTestSuiteRequest, UpdateTestSuiteResponse, ValidationException, ValidationExceptionField

Instance Attribute Summary collapse

Instance Attribute Details

#batchTypes::Batch

The batch of the mainframe action type.

Returns:



1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1976

class MainframeActionSummary < Struct.new(
  :batch,
  :tn3270,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class Batch < MainframeActionSummary; end
  class Tn3270 < MainframeActionSummary; end
  class Unknown < MainframeActionSummary; end
end

#cloud_formationTypes::CloudFormation

The CloudFormation template of the resource type.



2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2160

class ResourceActionSummary < Struct.new(
  :cloud_formation,
  :m2_managed_application,
  :m2_non_managed_application,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class CloudFormation < ResourceActionSummary; end
  class M2ManagedApplication < ResourceActionSummary; end
  class M2NonManagedApplication < ResourceActionSummary; end
  class Unknown < ResourceActionSummary; end
end

#cloud_formation_actionTypes::CloudFormationAction

The CloudFormation action of the resource action.



2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2125

class ResourceAction < Struct.new(
  :m2_managed_application_action,
  :m2_non_managed_application_action,
  :cloud_formation_action,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class M2ManagedApplicationAction < ResourceAction; end
  class M2NonManagedApplicationAction < ResourceAction; end
  class CloudFormationAction < ResourceAction; end
  class Unknown < ResourceAction; end
end

#compare_actionTypes::CompareActionSummary

The compare action of the step run summary.



2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2431

class StepAction < Struct.new(
  :resource_action,
  :mainframe_action,
  :compare_action,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class ResourceAction < StepAction; end
  class MainframeAction < StepAction; end
  class CompareAction < StepAction; end
  class Unknown < StepAction; end
end

#create_cloudformationTypes::CreateCloudFormationSummary

Creates the CloudFormation summary of the step.



182
183
184
185
186
187
188
189
190
191
192
193
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 182

class CloudFormationStepSummary < Struct.new(
  :create_cloudformation,
  :delete_cloudformation,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class CreateCloudformation < CloudFormationStepSummary; end
  class DeleteCloudformation < CloudFormationStepSummary; end
  class Unknown < CloudFormationStepSummary; end
end

#data_setsArray<Types::DataSet>

The data sets of the file metadata.

Returns:



844
845
846
847
848
849
850
851
852
853
854
855
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 844

class FileMetadata < Struct.new(
  :data_sets,
  :database_cdc,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class DataSets < FileMetadata; end
  class DatabaseCdc < FileMetadata; end
  class Unknown < FileMetadata; end
end

#database_cdcTypes::DatabaseCDC

The database CDC of the file metadata.

Returns:



381
382
383
384
385
386
387
388
389
390
391
392
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 381

class CompareFileType < Struct.new(
  :datasets,
  :database_cdc,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class Datasets < CompareFileType; end
  class DatabaseCdc < CompareFileType; end
  class Unknown < CompareFileType; end
end

#datasetsTypes::CompareDataSetsSummary

The data sets in the compare file type.



381
382
383
384
385
386
387
388
389
390
391
392
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 381

class CompareFileType < Struct.new(
  :datasets,
  :database_cdc,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class Datasets < CompareFileType; end
  class DatabaseCdc < CompareFileType; end
  class Unknown < CompareFileType; end
end

#delete_cloudformationTypes::DeleteCloudFormationSummary

Deletes the CloudFormation summary of the CloudFormation step summary.



182
183
184
185
186
187
188
189
190
191
192
193
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 182

class CloudFormationStepSummary < Struct.new(
  :create_cloudformation,
  :delete_cloudformation,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class CreateCloudformation < CloudFormationStepSummary; end
  class DeleteCloudformation < CloudFormationStepSummary; end
  class Unknown < CloudFormationStepSummary; end
end

#fileTypes::OutputFile

The file of the output.

Returns:



1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1240

class Input < Struct.new(
  :file,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class File < Input; end
  class Unknown < Input; end
end

#file_typeTypes::CompareFileType

The file type of the file.



817
818
819
820
821
822
823
824
825
826
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 817

class File < Struct.new(
  :file_type,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class FileType < File; end
  class Unknown < File; end
end

#m2_managed_applicationTypes::M2ManagedApplication

The AWS Mainframe Modernization managed application of the resource type.



2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2034

class MainframeResourceSummary < Struct.new(
  :m2_managed_application,
  :m2_non_managed_application,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class M2ManagedApplication < MainframeResourceSummary; end
  class M2NonManagedApplication < MainframeResourceSummary; end
  class Unknown < MainframeResourceSummary; end
end

#m2_managed_application_actionTypes::M2ManagedApplicationAction

The AWS Mainframe Modernization managed application action of the resource action.



2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2125

class ResourceAction < Struct.new(
  :m2_managed_application_action,
  :m2_non_managed_application_action,
  :cloud_formation_action,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class M2ManagedApplicationAction < ResourceAction; end
  class M2NonManagedApplicationAction < ResourceAction; end
  class CloudFormationAction < ResourceAction; end
  class Unknown < ResourceAction; end
end

#m2_non_managed_applicationTypes::M2NonManagedApplication

The AWS Mainframe Modernization non-managed application of the resource type.



2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2034

class MainframeResourceSummary < Struct.new(
  :m2_managed_application,
  :m2_non_managed_application,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class M2ManagedApplication < MainframeResourceSummary; end
  class M2NonManagedApplication < MainframeResourceSummary; end
  class Unknown < MainframeResourceSummary; end
end

#m2_non_managed_application_actionTypes::M2NonManagedApplicationAction

The AWS Mainframe Modernization non-managed application action of the resource action.



2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2125

class ResourceAction < Struct.new(
  :m2_managed_application_action,
  :m2_non_managed_application_action,
  :cloud_formation_action,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class M2ManagedApplicationAction < ResourceAction; end
  class M2NonManagedApplicationAction < ResourceAction; end
  class CloudFormationAction < ResourceAction; end
  class Unknown < ResourceAction; end
end

#mainframe_actionTypes::MainframeActionSummary

The mainframe action of the step run summary.



2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2431

class StepAction < Struct.new(
  :resource_action,
  :mainframe_action,
  :compare_action,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class ResourceAction < StepAction; end
  class MainframeAction < StepAction; end
  class CompareAction < StepAction; end
  class Unknown < StepAction; end
end

#resource_actionTypes::ResourceActionSummary

The resource action of the step run summary.



2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2431

class StepAction < Struct.new(
  :resource_action,
  :mainframe_action,
  :compare_action,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class ResourceAction < StepAction; end
  class MainframeAction < StepAction; end
  class CompareAction < StepAction; end
  class Unknown < StepAction; end
end

#sequentialArray<String>

The sequential of the test case.

Returns:

  • (Array<String>)


2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2744

class TestCases < Struct.new(
  :sequential,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class Sequential < TestCases; end
  class Unknown < TestCases; end
end

#tn3270Types::TN3270

The tn3270 port of the mainframe action type.

Returns:



1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1976

class MainframeActionSummary < Struct.new(
  :batch,
  :tn3270,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class Batch < MainframeActionSummary; end
  class Tn3270 < MainframeActionSummary; end
  class Unknown < MainframeActionSummary; end
end