Method: Aws::AppTest::Types::TestCaseSummary#latest_version
- Defined in:
- lib/aws-sdk-apptest/types.rb
#latest_version ⇒ Integer
The latest version of the test case summary.
2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 |
# File '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 |