Class: Aws::AppTest::Types::GetTestConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::GetTestConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The creation time of the test configuration.
-
#description ⇒ String
The description of the test configuration.
-
#last_update_time ⇒ Time
The last update time of the test configuration.
-
#latest_version ⇒ Types::TestConfigurationLatestVersion
The latest version of the test configuration.
-
#name ⇒ String
The test configuration name.
-
#properties ⇒ Hash<String,String>
The properties of the test configuration.
-
#resources ⇒ Array<Types::Resource>
The resources of the test configuration.
-
#service_settings ⇒ Types::ServiceSettings
The service settings of the test configuration.
-
#status ⇒ String
The status of the test configuration.
-
#status_reason ⇒ String
The status reason of the test configuration.
-
#tags ⇒ Hash<String,String>
The tags of the test configuration.
-
#test_configuration_arn ⇒ String
The test configuration Amazon Resource Name (ARN).
-
#test_configuration_id ⇒ String
The response test configuration ID.
-
#test_configuration_version ⇒ Integer
The test configuration version.
Instance Attribute Details
#creation_time ⇒ Time
The creation time of the test configuration.
1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 |
# File 'lib/aws-sdk-apptest/types.rb', line 1016 class GetTestConfigurationResponse < Struct.new( :test_configuration_id, :name, :test_configuration_arn, :latest_version, :test_configuration_version, :status, :status_reason, :creation_time, :last_update_time, :description, :resources, :properties, :tags, :service_settings) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the test configuration.
1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 |
# File 'lib/aws-sdk-apptest/types.rb', line 1016 class GetTestConfigurationResponse < Struct.new( :test_configuration_id, :name, :test_configuration_arn, :latest_version, :test_configuration_version, :status, :status_reason, :creation_time, :last_update_time, :description, :resources, :properties, :tags, :service_settings) SENSITIVE = [] include Aws::Structure end |
#last_update_time ⇒ Time
The last update time of the test configuration.
1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 |
# File 'lib/aws-sdk-apptest/types.rb', line 1016 class GetTestConfigurationResponse < Struct.new( :test_configuration_id, :name, :test_configuration_arn, :latest_version, :test_configuration_version, :status, :status_reason, :creation_time, :last_update_time, :description, :resources, :properties, :tags, :service_settings) SENSITIVE = [] include Aws::Structure end |
#latest_version ⇒ Types::TestConfigurationLatestVersion
The latest version of the test configuration.
1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 |
# File 'lib/aws-sdk-apptest/types.rb', line 1016 class GetTestConfigurationResponse < Struct.new( :test_configuration_id, :name, :test_configuration_arn, :latest_version, :test_configuration_version, :status, :status_reason, :creation_time, :last_update_time, :description, :resources, :properties, :tags, :service_settings) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The test configuration name
1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 |
# File 'lib/aws-sdk-apptest/types.rb', line 1016 class GetTestConfigurationResponse < Struct.new( :test_configuration_id, :name, :test_configuration_arn, :latest_version, :test_configuration_version, :status, :status_reason, :creation_time, :last_update_time, :description, :resources, :properties, :tags, :service_settings) SENSITIVE = [] include Aws::Structure end |
#properties ⇒ Hash<String,String>
The properties of the test configuration.
1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 |
# File 'lib/aws-sdk-apptest/types.rb', line 1016 class GetTestConfigurationResponse < Struct.new( :test_configuration_id, :name, :test_configuration_arn, :latest_version, :test_configuration_version, :status, :status_reason, :creation_time, :last_update_time, :description, :resources, :properties, :tags, :service_settings) SENSITIVE = [] include Aws::Structure end |
#resources ⇒ Array<Types::Resource>
The resources of the test configuration.
1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 |
# File 'lib/aws-sdk-apptest/types.rb', line 1016 class GetTestConfigurationResponse < Struct.new( :test_configuration_id, :name, :test_configuration_arn, :latest_version, :test_configuration_version, :status, :status_reason, :creation_time, :last_update_time, :description, :resources, :properties, :tags, :service_settings) SENSITIVE = [] include Aws::Structure end |
#service_settings ⇒ Types::ServiceSettings
The service settings of the test configuration.
1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 |
# File 'lib/aws-sdk-apptest/types.rb', line 1016 class GetTestConfigurationResponse < Struct.new( :test_configuration_id, :name, :test_configuration_arn, :latest_version, :test_configuration_version, :status, :status_reason, :creation_time, :last_update_time, :description, :resources, :properties, :tags, :service_settings) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the test configuration.
1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 |
# File 'lib/aws-sdk-apptest/types.rb', line 1016 class GetTestConfigurationResponse < Struct.new( :test_configuration_id, :name, :test_configuration_arn, :latest_version, :test_configuration_version, :status, :status_reason, :creation_time, :last_update_time, :description, :resources, :properties, :tags, :service_settings) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The status reason of the test configuration.
1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 |
# File 'lib/aws-sdk-apptest/types.rb', line 1016 class GetTestConfigurationResponse < Struct.new( :test_configuration_id, :name, :test_configuration_arn, :latest_version, :test_configuration_version, :status, :status_reason, :creation_time, :last_update_time, :description, :resources, :properties, :tags, :service_settings) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags of the test configuration.
1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 |
# File 'lib/aws-sdk-apptest/types.rb', line 1016 class GetTestConfigurationResponse < Struct.new( :test_configuration_id, :name, :test_configuration_arn, :latest_version, :test_configuration_version, :status, :status_reason, :creation_time, :last_update_time, :description, :resources, :properties, :tags, :service_settings) SENSITIVE = [] include Aws::Structure end |
#test_configuration_arn ⇒ String
The test configuration Amazon Resource Name (ARN).
1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 |
# File 'lib/aws-sdk-apptest/types.rb', line 1016 class GetTestConfigurationResponse < Struct.new( :test_configuration_id, :name, :test_configuration_arn, :latest_version, :test_configuration_version, :status, :status_reason, :creation_time, :last_update_time, :description, :resources, :properties, :tags, :service_settings) SENSITIVE = [] include Aws::Structure end |
#test_configuration_id ⇒ String
The response test configuration ID.
1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 |
# File 'lib/aws-sdk-apptest/types.rb', line 1016 class GetTestConfigurationResponse < Struct.new( :test_configuration_id, :name, :test_configuration_arn, :latest_version, :test_configuration_version, :status, :status_reason, :creation_time, :last_update_time, :description, :resources, :properties, :tags, :service_settings) SENSITIVE = [] include Aws::Structure end |
#test_configuration_version ⇒ Integer
The test configuration version.
1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 |
# File 'lib/aws-sdk-apptest/types.rb', line 1016 class GetTestConfigurationResponse < Struct.new( :test_configuration_id, :name, :test_configuration_arn, :latest_version, :test_configuration_version, :status, :status_reason, :creation_time, :last_update_time, :description, :resources, :properties, :tags, :service_settings) SENSITIVE = [] include Aws::Structure end |