Class: Aws::AppTest::Types::CreateTestCaseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::CreateTestCaseRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The client token of the test case.
-
#description ⇒ String
The description of the test case.
-
#name ⇒ String
The name of the test case.
-
#steps ⇒ Array<Types::Step>
The steps in the test case.
-
#tags ⇒ Hash<String,String>
The specified tags of the test case.
Instance Attribute Details
#client_token ⇒ String
The client token of the test case.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
500 501 502 503 504 505 506 507 508 |
# File 'lib/aws-sdk-apptest/types.rb', line 500 class CreateTestCaseRequest < Struct.new( :name, :description, :steps, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the test case.
500 501 502 503 504 505 506 507 508 |
# File 'lib/aws-sdk-apptest/types.rb', line 500 class CreateTestCaseRequest < Struct.new( :name, :description, :steps, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the test case.
500 501 502 503 504 505 506 507 508 |
# File 'lib/aws-sdk-apptest/types.rb', line 500 class CreateTestCaseRequest < Struct.new( :name, :description, :steps, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#steps ⇒ Array<Types::Step>
The steps in the test case.
500 501 502 503 504 505 506 507 508 |
# File 'lib/aws-sdk-apptest/types.rb', line 500 class CreateTestCaseRequest < Struct.new( :name, :description, :steps, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The specified tags of the test case.
500 501 502 503 504 505 506 507 508 |
# File 'lib/aws-sdk-apptest/types.rb', line 500 class CreateTestCaseRequest < Struct.new( :name, :description, :steps, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |