Class: Aws::AppTest::Types::GetTestConfigurationResponse

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

#creation_timeTime

The creation time of the test configuration.

Returns:

  • (Time)


1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
# File 'gems/aws-sdk-apptest/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

#descriptionString

The description of the test configuration.

Returns:

  • (String)


1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
# File 'gems/aws-sdk-apptest/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

#last_update_timeTime

The last update time of the test configuration.

Returns:

  • (Time)


1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
# File 'gems/aws-sdk-apptest/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

#latest_versionTypes::TestConfigurationLatestVersion

The latest version of the test configuration.



1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
# File 'gems/aws-sdk-apptest/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

#nameString

The test configuration name

Returns:

  • (String)


1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
# File 'gems/aws-sdk-apptest/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

#propertiesHash<String,String>

The properties of the test configuration.

Returns:

  • (Hash<String,String>)


1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
# File 'gems/aws-sdk-apptest/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

#resourcesArray<Types::Resource>

The resources of the test configuration.

Returns:



1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
# File 'gems/aws-sdk-apptest/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

#service_settingsTypes::ServiceSettings

The service settings of the test configuration.



1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
# File 'gems/aws-sdk-apptest/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

#statusString

The status of the test configuration.

Returns:

  • (String)


1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
# File 'gems/aws-sdk-apptest/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

#status_reasonString

The status reason of the test configuration.

Returns:

  • (String)


1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
# File 'gems/aws-sdk-apptest/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

#tagsHash<String,String>

The tags of the test configuration.

Returns:

  • (Hash<String,String>)


1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
# File 'gems/aws-sdk-apptest/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

#test_configuration_arnString

The test configuration Amazon Resource Name (ARN).

Returns:

  • (String)


1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
# File 'gems/aws-sdk-apptest/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

#test_configuration_idString

The response test configuration ID.

Returns:

  • (String)


1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
# File 'gems/aws-sdk-apptest/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

#test_configuration_versionInteger

The test configuration version.

Returns:

  • (Integer)


1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
# File 'gems/aws-sdk-apptest/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