Class: Aws::AppTest::Types::UpdateTestSuiteRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AppTest::Types::UpdateTestSuiteRequest
 
- Defined in:
- gems/aws-sdk-apptest/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 for the test suite. 
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The description of the test suite. 
- 
  
    
      #test_cases  ⇒ Types::TestCases 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The test cases in the test suite. 
- 
  
    
      #test_suite_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The test suite ID of the test suite. 
Instance Attribute Details
#after_steps ⇒ Array<Types::Step>
The after steps of the test suite.
| 3189 3190 3191 3192 3193 3194 3195 3196 3197 | # File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 3189 class UpdateTestSuiteRequest < Struct.new( :test_suite_id, :description, :before_steps, :after_steps, :test_cases) SENSITIVE = [] include Aws::Structure end | 
#before_steps ⇒ Array<Types::Step>
The before steps for the test suite.
| 3189 3190 3191 3192 3193 3194 3195 3196 3197 | # File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 3189 class UpdateTestSuiteRequest < Struct.new( :test_suite_id, :description, :before_steps, :after_steps, :test_cases) SENSITIVE = [] include Aws::Structure end | 
#description ⇒ String
The description of the test suite.
| 3189 3190 3191 3192 3193 3194 3195 3196 3197 | # File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 3189 class UpdateTestSuiteRequest < Struct.new( :test_suite_id, :description, :before_steps, :after_steps, :test_cases) SENSITIVE = [] include Aws::Structure end | 
#test_cases ⇒ Types::TestCases
The test cases in the test suite.
| 3189 3190 3191 3192 3193 3194 3195 3196 3197 | # File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 3189 class UpdateTestSuiteRequest < Struct.new( :test_suite_id, :description, :before_steps, :after_steps, :test_cases) SENSITIVE = [] include Aws::Structure end | 
#test_suite_id ⇒ String
The test suite ID of the test suite.
| 3189 3190 3191 3192 3193 3194 3195 3196 3197 | # File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 3189 class UpdateTestSuiteRequest < Struct.new( :test_suite_id, :description, :before_steps, :after_steps, :test_cases) SENSITIVE = [] include Aws::Structure end |