Class: Aws::AppTest::Types::TestCaseSummary

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

Overview

Specifies a test case summary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The creation time of the test case summary.

Returns:

  • (Time)


2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2719

class TestCaseSummary < Struct.new(
  :test_case_id,
  :test_case_arn,
  :name,
  :status_reason,
  :latest_version,
  :status,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_update_timeTime

The last update time of the test case summary.

Returns:

  • (Time)


2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2719

class TestCaseSummary < Struct.new(
  :test_case_id,
  :test_case_arn,
  :name,
  :status_reason,
  :latest_version,
  :status,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#latest_versionInteger

The latest version of the test case summary.

Returns:

  • (Integer)


2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2719

class TestCaseSummary < Struct.new(
  :test_case_id,
  :test_case_arn,
  :name,
  :status_reason,
  :latest_version,
  :status,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the test case summary.

Returns:

  • (String)


2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2719

class TestCaseSummary < Struct.new(
  :test_case_id,
  :test_case_arn,
  :name,
  :status_reason,
  :latest_version,
  :status,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the test case summary.

Returns:

  • (String)


2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2719

class TestCaseSummary < Struct.new(
  :test_case_id,
  :test_case_arn,
  :name,
  :status_reason,
  :latest_version,
  :status,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

The status reason of the test case summary.

Returns:

  • (String)


2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2719

class TestCaseSummary < Struct.new(
  :test_case_id,
  :test_case_arn,
  :name,
  :status_reason,
  :latest_version,
  :status,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#test_case_arnString

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

Returns:

  • (String)


2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2719

class TestCaseSummary < Struct.new(
  :test_case_id,
  :test_case_arn,
  :name,
  :status_reason,
  :latest_version,
  :status,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#test_case_idString

The test case ID of the test case summary.

Returns:

  • (String)


2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2719

class TestCaseSummary < Struct.new(
  :test_case_id,
  :test_case_arn,
  :name,
  :status_reason,
  :latest_version,
  :status,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end