Class: Aws::AppTest::Types::CreateTestSuiteRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::CreateTestSuiteRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#after_steps ⇒ Array<Types::Step>
The after steps of the test suite.
-
#before_steps ⇒ Array<Types::Step>
The before steps of the test suite.
-
#client_token ⇒ String
The client token of the test suite.
-
#description ⇒ String
The description of the test suite.
-
#name ⇒ String
The name of the test suite.
-
#tags ⇒ Hash<String,String>
The tags of the test suite.
-
#test_cases ⇒ Types::TestCases
The test cases in the test suite.
Instance Attribute Details
#after_steps ⇒ Array<Types::Step>
The after steps of the test suite.
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_steps ⇒ Array<Types::Step>
The before steps of the test suite.
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_token ⇒ String
The client token of the test suite.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
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 |
#description ⇒ String
The description of the test suite.
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 |
#name ⇒ String
The name of the test suite.
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 |
#tags ⇒ Hash<String,String>
The tags of the test suite.
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_cases ⇒ Types::TestCases
The test cases in the test suite.
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 |