Method: Aws::AppTest::Types::GetTestConfigurationResponse#test_configuration_id
- Defined in:
- lib/aws-sdk-apptest/types.rb
#test_configuration_id ⇒ String
The response test configuration ID.
1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 |
# File 'lib/aws-sdk-apptest/types.rb', line 1016 class GetTestConfigurationResponse < Struct.new( :test_configuration_id, :name, :test_configuration_arn, :latest_version, :test_configuration_version, :status, :status_reason, :creation_time, :last_update_time, :description, :resources, :properties, :tags, :service_settings) SENSITIVE = [] include Aws::Structure end |