Class: Aws::AppTest::Types::UpdateTestCaseRequest

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

#descriptionString

The description of the test case.

Returns:

  • (String)


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

#stepsArray<Types::Step>

The steps of the test case.

Returns:



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_idString

The test case ID of the test case.

Returns:

  • (String)


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