Class: Aws::AppTest::Types::ListTestConfigurationsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The next token in the test configurations.

Returns:

  • (String)


1388
1389
1390
1391
1392
1393
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1388

class ListTestConfigurationsResponse < Struct.new(
  :test_configurations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#test_configurationsArray<Types::TestConfigurationSummary>

The test configurations.



1388
1389
1390
1391
1392
1393
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1388

class ListTestConfigurationsResponse < Struct.new(
  :test_configurations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end