Class: Aws::AppTest::Types::TestCaseLatestVersion

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

Overview

Specifies the latest version of a test case.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the test case latest version.

Returns:

  • (String)


2631
2632
2633
2634
2635
2636
2637
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2631

class TestCaseLatestVersion < Struct.new(
  :version,
  :status,
  :status_reason)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

The status reason of the test case latest version.

Returns:

  • (String)


2631
2632
2633
2634
2635
2636
2637
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2631

class TestCaseLatestVersion < Struct.new(
  :version,
  :status,
  :status_reason)
  SENSITIVE = []
  include Aws::Structure
end

#versionInteger

The version of the test case latest version.

Returns:

  • (Integer)


2631
2632
2633
2634
2635
2636
2637
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2631

class TestCaseLatestVersion < Struct.new(
  :version,
  :status,
  :status_reason)
  SENSITIVE = []
  include Aws::Structure
end