Class: Aws::AppTest::Types::ListTestConfigurationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::ListTestConfigurationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum results of the test configuration.
-
#next_token ⇒ String
The next token for the test configurations.
-
#test_configuration_ids ⇒ Array<String>
The configuration IDs of the test configurations.
Instance Attribute Details
#max_results ⇒ Integer
The maximum results of the test configuration.
1370 1371 1372 1373 1374 1375 1376 |
# File 'lib/aws-sdk-apptest/types.rb', line 1370 class ListTestConfigurationsRequest < Struct.new( :test_configuration_ids, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The next token for the test configurations.
1370 1371 1372 1373 1374 1375 1376 |
# File 'lib/aws-sdk-apptest/types.rb', line 1370 class ListTestConfigurationsRequest < Struct.new( :test_configuration_ids, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#test_configuration_ids ⇒ Array<String>
The configuration IDs of the test configurations.
1370 1371 1372 1373 1374 1375 1376 |
# File 'lib/aws-sdk-apptest/types.rb', line 1370 class ListTestConfigurationsRequest < Struct.new( :test_configuration_ids, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |