Class: Aws::AppTest::Types::TestSuiteLatestVersion

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 suite.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the test suite latest version.

Returns:

  • (String)


2972
2973
2974
2975
2976
2977
2978
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2972

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

#status_reasonString

The status reason of the test suite latest version.

Returns:

  • (String)


2972
2973
2974
2975
2976
2977
2978
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2972

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

#versionInteger

The version of the test suite latest version.

Returns:

  • (Integer)


2972
2973
2974
2975
2976
2977
2978
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2972

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