Class: Aws::AppTest::Types::TestConfigurationSummary

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

Overview

Specifies a test configuration summary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The creation time of the test configuration summary.

Returns:

  • (Time)


2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2815

class TestConfigurationSummary < Struct.new(
  :test_configuration_id,
  :name,
  :status_reason,
  :latest_version,
  :test_configuration_arn,
  :status,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_update_timeTime

The last update time of the test configuration summary.

Returns:

  • (Time)


2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2815

class TestConfigurationSummary < Struct.new(
  :test_configuration_id,
  :name,
  :status_reason,
  :latest_version,
  :test_configuration_arn,
  :status,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#latest_versionInteger

The latest version of the test configuration summary.

Returns:

  • (Integer)


2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2815

class TestConfigurationSummary < Struct.new(
  :test_configuration_id,
  :name,
  :status_reason,
  :latest_version,
  :test_configuration_arn,
  :status,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the test configuration summary.

Returns:

  • (String)


2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2815

class TestConfigurationSummary < Struct.new(
  :test_configuration_id,
  :name,
  :status_reason,
  :latest_version,
  :test_configuration_arn,
  :status,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the test configuration summary.

Returns:

  • (String)


2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2815

class TestConfigurationSummary < Struct.new(
  :test_configuration_id,
  :name,
  :status_reason,
  :latest_version,
  :test_configuration_arn,
  :status,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

The status reason of the test configuration summary.

Returns:

  • (String)


2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2815

class TestConfigurationSummary < Struct.new(
  :test_configuration_id,
  :name,
  :status_reason,
  :latest_version,
  :test_configuration_arn,
  :status,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#test_configuration_arnString

The test configuration ARN of the test configuration summary.

Returns:

  • (String)


2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2815

class TestConfigurationSummary < Struct.new(
  :test_configuration_id,
  :name,
  :status_reason,
  :latest_version,
  :test_configuration_arn,
  :status,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#test_configuration_idString

The test configuration ID of the test configuration summary.

Returns:

  • (String)


2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2815

class TestConfigurationSummary < Struct.new(
  :test_configuration_id,
  :name,
  :status_reason,
  :latest_version,
  :test_configuration_arn,
  :status,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end