Class: Aws::AppTest::Types::TestSuiteSummary

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

Overview

Specifies the test suite summary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The creation time of the test suite summary.

Returns:

  • (Time)


3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
# File 'lib/aws-sdk-apptest/types.rb', line 3016

class TestSuiteSummary < Struct.new(
  :test_suite_id,
  :name,
  :status_reason,
  :latest_version,
  :test_suite_arn,
  :status,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_update_timeTime

The last update time of the test suite summary.

Returns:

  • (Time)


3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
# File 'lib/aws-sdk-apptest/types.rb', line 3016

class TestSuiteSummary < Struct.new(
  :test_suite_id,
  :name,
  :status_reason,
  :latest_version,
  :test_suite_arn,
  :status,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#latest_versionInteger

The latest version of the test suite summary.

Returns:

  • (Integer)


3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
# File 'lib/aws-sdk-apptest/types.rb', line 3016

class TestSuiteSummary < Struct.new(
  :test_suite_id,
  :name,
  :status_reason,
  :latest_version,
  :test_suite_arn,
  :status,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the test suite summary.

Returns:

  • (String)


3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
# File 'lib/aws-sdk-apptest/types.rb', line 3016

class TestSuiteSummary < Struct.new(
  :test_suite_id,
  :name,
  :status_reason,
  :latest_version,
  :test_suite_arn,
  :status,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the test suite summary.

Returns:

  • (String)


3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
# File 'lib/aws-sdk-apptest/types.rb', line 3016

class TestSuiteSummary < Struct.new(
  :test_suite_id,
  :name,
  :status_reason,
  :latest_version,
  :test_suite_arn,
  :status,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

The status reason of the test suite summary.

Returns:

  • (String)


3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
# File 'lib/aws-sdk-apptest/types.rb', line 3016

class TestSuiteSummary < Struct.new(
  :test_suite_id,
  :name,
  :status_reason,
  :latest_version,
  :test_suite_arn,
  :status,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#test_suite_arnString

The test suite Amazon Resource Name (ARN) of the test suite summary.

Returns:

  • (String)


3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
# File 'lib/aws-sdk-apptest/types.rb', line 3016

class TestSuiteSummary < Struct.new(
  :test_suite_id,
  :name,
  :status_reason,
  :latest_version,
  :test_suite_arn,
  :status,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#test_suite_idString

The test suite ID of the test suite summary.

Returns:

  • (String)


3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
# File 'lib/aws-sdk-apptest/types.rb', line 3016

class TestSuiteSummary < Struct.new(
  :test_suite_id,
  :name,
  :status_reason,
  :latest_version,
  :test_suite_arn,
  :status,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end