Class: Aws::AppTest::Types::ListTestRunStepsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::ListTestRunStepsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token from a previous request to retrieve the next page of results.
-
#test_run_steps ⇒ Array<Types::TestRunStepSummary>
The test run steps of the response query.
Instance Attribute Details
#next_token ⇒ String
The token from a previous request to retrieve the next page of results.
1439 1440 1441 1442 1443 1444 |
# File 'lib/aws-sdk-apptest/types.rb', line 1439 class ListTestRunStepsResponse < Struct.new( :test_run_steps, :next_token) SENSITIVE = [] include Aws::Structure end |
#test_run_steps ⇒ Array<Types::TestRunStepSummary>
The test run steps of the response query.
1439 1440 1441 1442 1443 1444 |
# File 'lib/aws-sdk-apptest/types.rb', line 1439 class ListTestRunStepsResponse < Struct.new( :test_run_steps, :next_token) SENSITIVE = [] include Aws::Structure end |