Class: Aws::Types::Run

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_upload::String

Returns the value of attribute app_upload.

Returns:

  • (::String)


1155
1156
1157
# File 'sig/types.rbs', line 1155

def app_upload
  @app_upload
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1135
1136
1137
# File 'sig/types.rbs', line 1135

def arn
  @arn
end

#billing_method"METERED", "UNMETERED"

Returns the value of attribute billing_method.

Returns:

  • ("METERED", "UNMETERED")


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.

Returns:

  • (::Integer)


1147
1148
1149
# File 'sig/types.rbs', line 1147

def completed_jobs
  @completed_jobs
end

#countersTypes::Counters

Returns the value of attribute counters.

Returns:



1144
1145
1146
# File 'sig/types.rbs', line 1144

def counters
  @counters
end

#created::Time

Returns the value of attribute created.

Returns:

  • (::Time)


1139
1140
1141
# File 'sig/types.rbs', line 1139

def created
  @created
end

#customer_artifact_pathsTypes::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_minutesTypes::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.

Returns:

  • (::String)


1158
1159
1160
# File 'sig/types.rbs', line 1158

def device_pool_arn
  @device_pool_arn
end

#device_proxyTypes::DeviceProxy

Returns the value of attribute device_proxy.

Returns:



1151
1152
1153
# File 'sig/types.rbs', line 1151

def device_proxy
  @device_proxy
end

#device_selection_resultTypes::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.

Returns:



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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


1168
1169
1170
# File 'sig/types.rbs', line 1168

def execution_role_arn
  @execution_role_arn
end

#insightsTypes::RunInsights

Returns the value of attribute insights.

Returns:



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.

Returns:

  • (::Array[("TEST_REPORT")])


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


1159
1160
1161
# File 'sig/types.rbs', line 1159

def locale
  @locale
end

#locationTypes::Location

Returns the value of attribute location.

Returns:



1161
1162
1163
# File 'sig/types.rbs', line 1161

def location
  @location
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1145
1146
1147
# File 'sig/types.rbs', line 1145

def message
  @message
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1136
1137
1138
# File 'sig/types.rbs', line 1136

def name
  @name
end

#network_profileTypes::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.

Returns:

  • (::String)


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.

Returns:

  • ("ANDROID", "IOS")


1138
1139
1140
# File 'sig/types.rbs', line 1138

def platform
  @platform
end

#radiosTypes::Radios

Returns the value of attribute radios.

Returns:



1160
1161
1162
# File 'sig/types.rbs', line 1160

def radios
  @radios
end

#result"PENDING", ...

Returns the value of attribute result.

Returns:

  • ("PENDING", "PASSED", "WARNED", "FAILED", "SKIPPED", "ERRORED", "STOPPED")


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.

Returns:

  • ("PARSING_FAILED", "VPC_ENDPOINT_SETUP_FAILED")


1153
1154
1155
# File 'sig/types.rbs', line 1153

def result_code
  @result_code
end

#seed::Integer

Returns the value of attribute seed.

Returns:

  • (::Integer)


1154
1155
1156
# File 'sig/types.rbs', line 1154

def seed
  @seed
end

#skip_app_resignBoolean

Returns the value of attribute skip_app_resign.

Returns:

  • (Boolean)


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.

Returns:

  • (::Time)


1142
1143
1144
# File 'sig/types.rbs', line 1142

def started
  @started
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "PENDING_CONCURRENCY", "PENDING_DEVICE", "PROCESSING", "SCHEDULING", "PREPARING", "RUNNING", "COMPLETED", "STOPPING")


1140
1141
1142
# File 'sig/types.rbs', line 1140

def status
  @status
end

#stopped::Time

Returns the value of attribute stopped.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


1146
1147
1148
# File 'sig/types.rbs', line 1146

def total_jobs
  @total_jobs
end

#type"BUILTIN_FUZZ", ...

Returns the value of attribute type.

Returns:

  • ("BUILTIN_FUZZ", "APPIUM_JAVA_JUNIT", "APPIUM_JAVA_TESTNG", "APPIUM_PYTHON", "APPIUM_NODE", "APPIUM_RUBY", "APPIUM_WEB_JAVA_JUNIT", "APPIUM_WEB_JAVA_TESTNG", "APPIUM_WEB_PYTHON", "APPIUM_WEB_NODE", "APPIUM_WEB_RUBY", "INSTRUMENTATION", "XCTEST", "XCTEST_UI")


1137
1138
1139
# File 'sig/types.rbs', line 1137

def type
  @type
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



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.

Returns:

  • (::String)


1163
1164
1165
# File 'sig/types.rbs', line 1163

def web_url
  @web_url
end