Class: Aws::AppTest::Types::UpdateTestSuiteRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#after_stepsArray<Types::Step>

The after steps of the test suite.

Returns:



3189
3190
3191
3192
3193
3194
3195
3196
3197
# File 'lib/aws-sdk-apptest/types.rb', line 3189

class UpdateTestSuiteRequest < Struct.new(
  :test_suite_id,
  :description,
  :before_steps,
  :after_steps,
  :test_cases)
  SENSITIVE = []
  include Aws::Structure
end

#before_stepsArray<Types::Step>

The before steps for the test suite.

Returns:



3189
3190
3191
3192
3193
3194
3195
3196
3197
# File 'lib/aws-sdk-apptest/types.rb', line 3189

class UpdateTestSuiteRequest < Struct.new(
  :test_suite_id,
  :description,
  :before_steps,
  :after_steps,
  :test_cases)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the test suite.

Returns:

  • (String)


3189
3190
3191
3192
3193
3194
3195
3196
3197
# File 'lib/aws-sdk-apptest/types.rb', line 3189

class UpdateTestSuiteRequest < Struct.new(
  :test_suite_id,
  :description,
  :before_steps,
  :after_steps,
  :test_cases)
  SENSITIVE = []
  include Aws::Structure
end

#test_casesTypes::TestCases

The test cases in the test suite.

Returns:



3189
3190
3191
3192
3193
3194
3195
3196
3197
# File 'lib/aws-sdk-apptest/types.rb', line 3189

class UpdateTestSuiteRequest < Struct.new(
  :test_suite_id,
  :description,
  :before_steps,
  :after_steps,
  :test_cases)
  SENSITIVE = []
  include Aws::Structure
end

#test_suite_idString

The test suite ID of the test suite.

Returns:

  • (String)


3189
3190
3191
3192
3193
3194
3195
3196
3197
# File 'lib/aws-sdk-apptest/types.rb', line 3189

class UpdateTestSuiteRequest < Struct.new(
  :test_suite_id,
  :description,
  :before_steps,
  :after_steps,
  :test_cases)
  SENSITIVE = []
  include Aws::Structure
end