Class: Aws::AppTest::Types::ListTestConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::ListTestConfigurationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The next token in the test configurations.
-
#test_configurations ⇒ Array<Types::TestConfigurationSummary>
The test configurations.
Instance Attribute Details
#next_token ⇒ String
The next token in the test configurations.
1388 1389 1390 1391 1392 1393 |
# File 'lib/aws-sdk-apptest/types.rb', line 1388 class ListTestConfigurationsResponse < Struct.new( :test_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |
#test_configurations ⇒ Array<Types::TestConfigurationSummary>
The test configurations.
1388 1389 1390 1391 1392 1393 |
# File 'lib/aws-sdk-apptest/types.rb', line 1388 class ListTestConfigurationsResponse < Struct.new( :test_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |