Class: Aws::AppTest::Types::CreateTestSuiteRequest

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:



622
623
624
625
626
627
628
629
630
631
632
# File 'lib/aws-sdk-apptest/types.rb', line 622

class CreateTestSuiteRequest < Struct.new(
  :name,
  :description,
  :before_steps,
  :after_steps,
  :test_cases,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#before_stepsArray<Types::Step>

The before steps of the test suite.

Returns:



622
623
624
625
626
627
628
629
630
631
632
# File 'lib/aws-sdk-apptest/types.rb', line 622

class CreateTestSuiteRequest < Struct.new(
  :name,
  :description,
  :before_steps,
  :after_steps,
  :test_cases,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

The client token of the test suite.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


622
623
624
625
626
627
628
629
630
631
632
# File 'lib/aws-sdk-apptest/types.rb', line 622

class CreateTestSuiteRequest < Struct.new(
  :name,
  :description,
  :before_steps,
  :after_steps,
  :test_cases,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the test suite.

Returns:

  • (String)


622
623
624
625
626
627
628
629
630
631
632
# File 'lib/aws-sdk-apptest/types.rb', line 622

class CreateTestSuiteRequest < Struct.new(
  :name,
  :description,
  :before_steps,
  :after_steps,
  :test_cases,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the test suite.

Returns:

  • (String)


622
623
624
625
626
627
628
629
630
631
632
# File 'lib/aws-sdk-apptest/types.rb', line 622

class CreateTestSuiteRequest < Struct.new(
  :name,
  :description,
  :before_steps,
  :after_steps,
  :test_cases,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags of the test suite.

Returns:

  • (Hash<String,String>)


622
623
624
625
626
627
628
629
630
631
632
# File 'lib/aws-sdk-apptest/types.rb', line 622

class CreateTestSuiteRequest < Struct.new(
  :name,
  :description,
  :before_steps,
  :after_steps,
  :test_cases,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#test_casesTypes::TestCases

The test cases in the test suite.

Returns:



622
623
624
625
626
627
628
629
630
631
632
# File 'lib/aws-sdk-apptest/types.rb', line 622

class CreateTestSuiteRequest < Struct.new(
  :name,
  :description,
  :before_steps,
  :after_steps,
  :test_cases,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end