Class: Aws::AppTest::Types::GetTestSuiteResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::GetTestSuiteResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#after_steps ⇒ Array<Types::Step>
The after steps of the test suite.
-
#before_steps ⇒ Array<Types::Step>
The before steps of the test suite.
-
#creation_time ⇒ Time
The creation time of the test suite.
-
#description ⇒ String
The description of the test suite.
-
#last_update_time ⇒ Time
The last update time of the test suite.
-
#latest_version ⇒ Types::TestSuiteLatestVersion
The latest version of the test suite.
-
#name ⇒ String
The name of the test suite.
-
#status ⇒ String
The status of the test suite.
-
#status_reason ⇒ String
The status reason of the test suite.
-
#tags ⇒ Hash<String,String>
The tags of the test suite.
-
#test_cases ⇒ Types::TestCases
The test cases of the test suite.
-
#test_suite_arn ⇒ String
The test suite Amazon Resource Name (ARN).
-
#test_suite_id ⇒ String
The response ID of the test suite.
-
#test_suite_version ⇒ Integer
The version of the test suite.
Instance Attribute Details
#after_steps ⇒ Array<Types::Step>
The after steps of the test suite.
1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 |
# File 'lib/aws-sdk-apptest/types.rb', line 1209 class GetTestSuiteResponse < Struct.new( :test_suite_id, :name, :latest_version, :test_suite_version, :status, :status_reason, :test_suite_arn, :creation_time, :last_update_time, :description, :before_steps, :after_steps, :test_cases, :tags) SENSITIVE = [] include Aws::Structure end |
#before_steps ⇒ Array<Types::Step>
The before steps of the test suite.
1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 |
# File 'lib/aws-sdk-apptest/types.rb', line 1209 class GetTestSuiteResponse < Struct.new( :test_suite_id, :name, :latest_version, :test_suite_version, :status, :status_reason, :test_suite_arn, :creation_time, :last_update_time, :description, :before_steps, :after_steps, :test_cases, :tags) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The creation time of the test suite.
1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 |
# File 'lib/aws-sdk-apptest/types.rb', line 1209 class GetTestSuiteResponse < Struct.new( :test_suite_id, :name, :latest_version, :test_suite_version, :status, :status_reason, :test_suite_arn, :creation_time, :last_update_time, :description, :before_steps, :after_steps, :test_cases, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the test suite.
1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 |
# File 'lib/aws-sdk-apptest/types.rb', line 1209 class GetTestSuiteResponse < Struct.new( :test_suite_id, :name, :latest_version, :test_suite_version, :status, :status_reason, :test_suite_arn, :creation_time, :last_update_time, :description, :before_steps, :after_steps, :test_cases, :tags) SENSITIVE = [] include Aws::Structure end |
#last_update_time ⇒ Time
The last update time of the test suite.
1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 |
# File 'lib/aws-sdk-apptest/types.rb', line 1209 class GetTestSuiteResponse < Struct.new( :test_suite_id, :name, :latest_version, :test_suite_version, :status, :status_reason, :test_suite_arn, :creation_time, :last_update_time, :description, :before_steps, :after_steps, :test_cases, :tags) SENSITIVE = [] include Aws::Structure end |
#latest_version ⇒ Types::TestSuiteLatestVersion
The latest version of the test suite.
1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 |
# File 'lib/aws-sdk-apptest/types.rb', line 1209 class GetTestSuiteResponse < Struct.new( :test_suite_id, :name, :latest_version, :test_suite_version, :status, :status_reason, :test_suite_arn, :creation_time, :last_update_time, :description, :before_steps, :after_steps, :test_cases, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the test suite.
1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 |
# File 'lib/aws-sdk-apptest/types.rb', line 1209 class GetTestSuiteResponse < Struct.new( :test_suite_id, :name, :latest_version, :test_suite_version, :status, :status_reason, :test_suite_arn, :creation_time, :last_update_time, :description, :before_steps, :after_steps, :test_cases, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the test suite.
1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 |
# File 'lib/aws-sdk-apptest/types.rb', line 1209 class GetTestSuiteResponse < Struct.new( :test_suite_id, :name, :latest_version, :test_suite_version, :status, :status_reason, :test_suite_arn, :creation_time, :last_update_time, :description, :before_steps, :after_steps, :test_cases, :tags) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The status reason of the test suite.
1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 |
# File 'lib/aws-sdk-apptest/types.rb', line 1209 class GetTestSuiteResponse < Struct.new( :test_suite_id, :name, :latest_version, :test_suite_version, :status, :status_reason, :test_suite_arn, :creation_time, :last_update_time, :description, :before_steps, :after_steps, :test_cases, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags of the test suite.
1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 |
# File 'lib/aws-sdk-apptest/types.rb', line 1209 class GetTestSuiteResponse < Struct.new( :test_suite_id, :name, :latest_version, :test_suite_version, :status, :status_reason, :test_suite_arn, :creation_time, :last_update_time, :description, :before_steps, :after_steps, :test_cases, :tags) SENSITIVE = [] include Aws::Structure end |
#test_cases ⇒ Types::TestCases
The test cases of the test suite.
1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 |
# File 'lib/aws-sdk-apptest/types.rb', line 1209 class GetTestSuiteResponse < Struct.new( :test_suite_id, :name, :latest_version, :test_suite_version, :status, :status_reason, :test_suite_arn, :creation_time, :last_update_time, :description, :before_steps, :after_steps, :test_cases, :tags) SENSITIVE = [] include Aws::Structure end |
#test_suite_arn ⇒ String
The test suite Amazon Resource Name (ARN).
1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 |
# File 'lib/aws-sdk-apptest/types.rb', line 1209 class GetTestSuiteResponse < Struct.new( :test_suite_id, :name, :latest_version, :test_suite_version, :status, :status_reason, :test_suite_arn, :creation_time, :last_update_time, :description, :before_steps, :after_steps, :test_cases, :tags) SENSITIVE = [] include Aws::Structure end |
#test_suite_id ⇒ String
The response ID of the test suite.
1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 |
# File 'lib/aws-sdk-apptest/types.rb', line 1209 class GetTestSuiteResponse < Struct.new( :test_suite_id, :name, :latest_version, :test_suite_version, :status, :status_reason, :test_suite_arn, :creation_time, :last_update_time, :description, :before_steps, :after_steps, :test_cases, :tags) SENSITIVE = [] include Aws::Structure end |
#test_suite_version ⇒ Integer
The version of the test suite.
1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 |
# File 'lib/aws-sdk-apptest/types.rb', line 1209 class GetTestSuiteResponse < Struct.new( :test_suite_id, :name, :latest_version, :test_suite_version, :status, :status_reason, :test_suite_arn, :creation_time, :last_update_time, :description, :before_steps, :after_steps, :test_cases, :tags) SENSITIVE = [] include Aws::Structure end |