Class: Aws::AppTest::Types::UpdateTestCaseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::UpdateTestCaseRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the test case.
-
#steps ⇒ Array<Types::Step>
The steps of the test case.
-
#test_case_id ⇒ String
The test case ID of the test case.
Instance Attribute Details
#description ⇒ String
The description of the test case.
3093 3094 3095 3096 3097 3098 3099 |
# File 'lib/aws-sdk-apptest/types.rb', line 3093 class UpdateTestCaseRequest < Struct.new( :test_case_id, :description, :steps) SENSITIVE = [] include Aws::Structure end |
#steps ⇒ Array<Types::Step>
The steps of the test case.
3093 3094 3095 3096 3097 3098 3099 |
# File 'lib/aws-sdk-apptest/types.rb', line 3093 class UpdateTestCaseRequest < Struct.new( :test_case_id, :description, :steps) SENSITIVE = [] include Aws::Structure end |
#test_case_id ⇒ String
The test case ID of the test case.
3093 3094 3095 3096 3097 3098 3099 |
# File 'lib/aws-sdk-apptest/types.rb', line 3093 class UpdateTestCaseRequest < Struct.new( :test_case_id, :description, :steps) SENSITIVE = [] include Aws::Structure end |