Class: Aws::AppTest::Types::UpdateTestConfigurationResponse

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

#test_configuration_idString

The configuration ID of the test configuration.

Returns:

  • (String)


3160
3161
3162
3163
3164
3165
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 3160

class UpdateTestConfigurationResponse < Struct.new(
  :test_configuration_id,
  :test_configuration_version)
  SENSITIVE = []
  include Aws::Structure
end

#test_configuration_versionInteger

The configuration version of the test configuration.

Returns:

  • (Integer)


3160
3161
3162
3163
3164
3165
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 3160

class UpdateTestConfigurationResponse < Struct.new(
  :test_configuration_id,
  :test_configuration_version)
  SENSITIVE = []
  include Aws::Structure
end