Class: Aws::AppTest::Types::GetTestCaseResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The creation time of the test case.

Returns:

  • (Time)


924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 924

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

#descriptionString

The description of the test case.

Returns:

  • (String)


924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 924

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

#last_update_timeTime

The last update time of the test case.

Returns:

  • (Time)


924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 924

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

#latest_versionTypes::TestCaseLatestVersion

The latest version of the test case.



924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 924

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

#nameString

The name of the test case.

Returns:

  • (String)


924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 924

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

#statusString

The status of the test case.

Returns:

  • (String)


924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 924

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

#status_reasonString

The status reason of the test case.

Returns:

  • (String)


924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 924

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

#stepsArray<Types::Step>

The steps of the test case.

Returns:



924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 924

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

#tagsHash<String,String>

The tags of the test case.

Returns:

  • (Hash<String,String>)


924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 924

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

#test_case_arnString

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

Returns:

  • (String)


924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 924

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

#test_case_idString

The response test ID of the test case.

Returns:

  • (String)


924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 924

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

#test_case_versionInteger

The case version of the test case.

Returns:

  • (Integer)


924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 924

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