Class: Aws::AppTest::Types::TestConfigurationLatestVersion

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

Overview

Specifies the latest version of the test configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the test configuration latest version.

Returns:

  • (String)


2771
2772
2773
2774
2775
2776
2777
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2771

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

#status_reasonString

The status reason of the test configuration latest version.

Returns:

  • (String)


2771
2772
2773
2774
2775
2776
2777
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2771

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

#versionInteger

The version of the test configuration latest version.

Returns:

  • (Integer)


2771
2772
2773
2774
2775
2776
2777
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2771

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