Class: Aws::Types::Run
- Inherits:
-
Object
- Object
- Aws::Types::Run
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_upload ⇒ ::String
Returns the value of attribute app_upload.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#billing_method ⇒ "METERED", "UNMETERED"
Returns the value of attribute billing_method.
-
#completed_jobs ⇒ ::Integer
Returns the value of attribute completed_jobs.
-
#counters ⇒ Types::Counters
Returns the value of attribute counters.
-
#created ⇒ ::Time
Returns the value of attribute created.
-
#customer_artifact_paths ⇒ Types::CustomerArtifactPaths
Returns the value of attribute customer_artifact_paths.
-
#device_minutes ⇒ Types::DeviceMinutes
Returns the value of attribute device_minutes.
-
#device_pool_arn ⇒ ::String
Returns the value of attribute device_pool_arn.
-
#device_proxy ⇒ Types::DeviceProxy
Returns the value of attribute device_proxy.
-
#device_selection_result ⇒ Types::DeviceSelectionResult
Returns the value of attribute device_selection_result.
-
#environment_variables ⇒ ::Array[Types::EnvironmentVariable]
Returns the value of attribute environment_variables.
-
#event_count ⇒ ::Integer
Returns the value of attribute event_count.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#insights ⇒ Types::RunInsights
Returns the value of attribute insights.
-
#insights_types ⇒ ::Array[("TEST_REPORT")]
Returns the value of attribute insights_types.
-
#job_timeout_minutes ⇒ ::Integer
Returns the value of attribute job_timeout_minutes.
-
#locale ⇒ ::String
Returns the value of attribute locale.
-
#location ⇒ Types::Location
Returns the value of attribute location.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_profile ⇒ Types::NetworkProfile
Returns the value of attribute network_profile.
-
#parsing_result_url ⇒ ::String
Returns the value of attribute parsing_result_url.
-
#platform ⇒ "ANDROID", "IOS"
Returns the value of attribute platform.
-
#radios ⇒ Types::Radios
Returns the value of attribute radios.
-
#result ⇒ "PENDING", ...
Returns the value of attribute result.
-
#result_code ⇒ "PARSING_FAILED", "VPC_ENDPOINT_SETUP_FAILED"
Returns the value of attribute result_code.
-
#seed ⇒ ::Integer
Returns the value of attribute seed.
-
#skip_app_resign ⇒ Boolean
Returns the value of attribute skip_app_resign.
-
#started ⇒ ::Time
Returns the value of attribute started.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#stopped ⇒ ::Time
Returns the value of attribute stopped.
-
#test_spec_arn ⇒ ::String
Returns the value of attribute test_spec_arn.
-
#total_jobs ⇒ ::Integer
Returns the value of attribute total_jobs.
-
#type ⇒ "BUILTIN_FUZZ", ...
Returns the value of attribute type.
-
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
-
#web_url ⇒ ::String
Returns the value of attribute web_url.
Instance Attribute Details
#app_upload ⇒ ::String
Returns the value of attribute app_upload.
1155 1156 1157 |
# File 'sig/types.rbs', line 1155 def app_upload @app_upload end |
#arn ⇒ ::String
Returns the value of attribute arn.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def arn @arn end |
#billing_method ⇒ "METERED", "UNMETERED"
Returns the value of attribute billing_method.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def billing_method @billing_method end |
#completed_jobs ⇒ ::Integer
Returns the value of attribute completed_jobs.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def completed_jobs @completed_jobs end |
#counters ⇒ Types::Counters
Returns the value of attribute counters.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def counters @counters end |
#created ⇒ ::Time
Returns the value of attribute created.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def created @created end |
#customer_artifact_paths ⇒ Types::CustomerArtifactPaths
Returns the value of attribute customer_artifact_paths.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def customer_artifact_paths @customer_artifact_paths end |
#device_minutes ⇒ Types::DeviceMinutes
Returns the value of attribute device_minutes.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def device_minutes @device_minutes end |
#device_pool_arn ⇒ ::String
Returns the value of attribute device_pool_arn.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def device_pool_arn @device_pool_arn end |
#device_proxy ⇒ Types::DeviceProxy
Returns the value of attribute device_proxy.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def device_proxy @device_proxy end |
#device_selection_result ⇒ Types::DeviceSelectionResult
Returns the value of attribute device_selection_result.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def device_selection_result @device_selection_result end |
#environment_variables ⇒ ::Array[Types::EnvironmentVariable]
Returns the value of attribute environment_variables.
1169 1170 1171 |
# File 'sig/types.rbs', line 1169 def environment_variables @environment_variables end |
#event_count ⇒ ::Integer
Returns the value of attribute event_count.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def event_count @event_count end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
1168 1169 1170 |
# File 'sig/types.rbs', line 1168 def execution_role_arn @execution_role_arn end |
#insights ⇒ Types::RunInsights
Returns the value of attribute insights.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def insights @insights end |
#insights_types ⇒ ::Array[("TEST_REPORT")]
Returns the value of attribute insights_types.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def insights_types @insights_types end |
#job_timeout_minutes ⇒ ::Integer
Returns the value of attribute job_timeout_minutes.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def job_timeout_minutes @job_timeout_minutes end |
#locale ⇒ ::String
Returns the value of attribute locale.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def locale @locale end |
#location ⇒ Types::Location
Returns the value of attribute location.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def location @location end |
#message ⇒ ::String
Returns the value of attribute message.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def @message end |
#name ⇒ ::String
Returns the value of attribute name.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def name @name end |
#network_profile ⇒ Types::NetworkProfile
Returns the value of attribute network_profile.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def network_profile @network_profile end |
#parsing_result_url ⇒ ::String
Returns the value of attribute parsing_result_url.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def parsing_result_url @parsing_result_url end |
#platform ⇒ "ANDROID", "IOS"
Returns the value of attribute platform.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def platform @platform end |
#radios ⇒ Types::Radios
Returns the value of attribute radios.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def radios @radios end |
#result ⇒ "PENDING", ...
Returns the value of attribute result.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def result @result end |
#result_code ⇒ "PARSING_FAILED", "VPC_ENDPOINT_SETUP_FAILED"
Returns the value of attribute result_code.
1153 1154 1155 |
# File 'sig/types.rbs', line 1153 def result_code @result_code end |
#seed ⇒ ::Integer
Returns the value of attribute seed.
1154 1155 1156 |
# File 'sig/types.rbs', line 1154 def seed @seed end |
#skip_app_resign ⇒ Boolean
Returns the value of attribute skip_app_resign.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def skip_app_resign @skip_app_resign end |
#started ⇒ ::Time
Returns the value of attribute started.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def started @started end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def status @status end |
#stopped ⇒ ::Time
Returns the value of attribute stopped.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def stopped @stopped end |
#test_spec_arn ⇒ ::String
Returns the value of attribute test_spec_arn.
1165 1166 1167 |
# File 'sig/types.rbs', line 1165 def test_spec_arn @test_spec_arn end |
#total_jobs ⇒ ::Integer
Returns the value of attribute total_jobs.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def total_jobs @total_jobs end |
#type ⇒ "BUILTIN_FUZZ", ...
Returns the value of attribute type.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def type @type end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def vpc_config @vpc_config end |
#web_url ⇒ ::String
Returns the value of attribute web_url.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def web_url @web_url end |