Class: Aws::AppTest::Types::CreateTestCaseRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

The client token of the test case.

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

Returns:

  • (String)


500
501
502
503
504
505
506
507
508
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 500

class CreateTestCaseRequest < Struct.new(
  :name,
  :description,
  :steps,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the test case.

Returns:

  • (String)


500
501
502
503
504
505
506
507
508
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 500

class CreateTestCaseRequest < Struct.new(
  :name,
  :description,
  :steps,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the test case.

Returns:

  • (String)


500
501
502
503
504
505
506
507
508
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 500

class CreateTestCaseRequest < Struct.new(
  :name,
  :description,
  :steps,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#stepsArray<Types::Step>

The steps in the test case.

Returns:



500
501
502
503
504
505
506
507
508
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 500

class CreateTestCaseRequest < Struct.new(
  :name,
  :description,
  :steps,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The specified tags of the test case.

Returns:

  • (Hash<String,String>)


500
501
502
503
504
505
506
507
508
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 500

class CreateTestCaseRequest < Struct.new(
  :name,
  :description,
  :steps,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end