Class: Aws::AppTest::Types::ListTestConfigurationsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum results of the test configuration.

Returns:

  • (Integer)


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_tokenString

The next token for the test configurations.

Returns:

  • (String)


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_idsArray<String>

The configuration IDs of the test configurations.

Returns:

  • (Array<String>)


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