Class: Aws::Types::StartBuildInput
- Inherits:
-
Object
- Object
- Aws::Types::StartBuildInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifacts_override ⇒ Types::ProjectArtifacts
Returns the value of attribute artifacts_override.
-
#auto_retry_limit_override ⇒ ::Integer
Returns the value of attribute auto_retry_limit_override.
-
#build_status_config_override ⇒ Types::BuildStatusConfig
Returns the value of attribute build_status_config_override.
-
#buildspec_override ⇒ ::String
Returns the value of attribute buildspec_override.
-
#cache_override ⇒ Types::ProjectCache
Returns the value of attribute cache_override.
-
#certificate_override ⇒ ::String
Returns the value of attribute certificate_override.
-
#compute_type_override ⇒ "BUILD_GENERAL1_SMALL", ...
Returns the value of attribute compute_type_override.
-
#debug_session_enabled ⇒ Boolean
Returns the value of attribute debug_session_enabled.
-
#encryption_key_override ⇒ ::String
Returns the value of attribute encryption_key_override.
-
#environment_type_override ⇒ "WINDOWS_CONTAINER", ...
Returns the value of attribute environment_type_override.
-
#environment_variables_override ⇒ ::Array[Types::EnvironmentVariable]
Returns the value of attribute environment_variables_override.
-
#fleet_override ⇒ Types::ProjectFleet
Returns the value of attribute fleet_override.
-
#git_clone_depth_override ⇒ ::Integer
Returns the value of attribute git_clone_depth_override.
-
#git_submodules_config_override ⇒ Types::GitSubmodulesConfig
Returns the value of attribute git_submodules_config_override.
-
#host_kernel_override ⇒ "LINUX_KERNEL_4", ...
Returns the value of attribute host_kernel_override.
-
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
-
#image_override ⇒ ::String
Returns the value of attribute image_override.
-
#image_pull_credentials_type_override ⇒ "CODEBUILD", "SERVICE_ROLE"
Returns the value of attribute image_pull_credentials_type_override.
-
#insecure_ssl_override ⇒ Boolean
Returns the value of attribute insecure_ssl_override.
-
#logs_config_override ⇒ Types::LogsConfig
Returns the value of attribute logs_config_override.
-
#privileged_mode_override ⇒ Boolean
Returns the value of attribute privileged_mode_override.
-
#project_name ⇒ ::String
Returns the value of attribute project_name.
-
#queued_timeout_in_minutes_override ⇒ ::Integer
Returns the value of attribute queued_timeout_in_minutes_override.
-
#registry_credential_override ⇒ Types::RegistryCredential
Returns the value of attribute registry_credential_override.
-
#report_build_status_override ⇒ Boolean
Returns the value of attribute report_build_status_override.
-
#secondary_artifacts_override ⇒ ::Array[Types::ProjectArtifacts]
Returns the value of attribute secondary_artifacts_override.
-
#secondary_sources_override ⇒ ::Array[Types::ProjectSource]
Returns the value of attribute secondary_sources_override.
-
#secondary_sources_version_override ⇒ ::Array[Types::ProjectSourceVersion]
Returns the value of attribute secondary_sources_version_override.
-
#service_role_override ⇒ ::String
Returns the value of attribute service_role_override.
-
#source_auth_override ⇒ Types::SourceAuth
Returns the value of attribute source_auth_override.
-
#source_location_override ⇒ ::String
Returns the value of attribute source_location_override.
-
#source_type_override ⇒ "CODECOMMIT", ...
Returns the value of attribute source_type_override.
-
#source_version ⇒ ::String
Returns the value of attribute source_version.
-
#timeout_in_minutes_override ⇒ ::Integer
Returns the value of attribute timeout_in_minutes_override.
Instance Attribute Details
#artifacts_override ⇒ Types::ProjectArtifacts
Returns the value of attribute artifacts_override.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def artifacts_override @artifacts_override end |
#auto_retry_limit_override ⇒ ::Integer
Returns the value of attribute auto_retry_limit_override.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def auto_retry_limit_override @auto_retry_limit_override end |
#build_status_config_override ⇒ Types::BuildStatusConfig
Returns the value of attribute build_status_config_override.
1292 1293 1294 |
# File 'sig/types.rbs', line 1292 def build_status_config_override @build_status_config_override end |
#buildspec_override ⇒ ::String
Returns the value of attribute buildspec_override.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def buildspec_override @buildspec_override end |
#cache_override ⇒ Types::ProjectCache
Returns the value of attribute cache_override.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def cache_override @cache_override end |
#certificate_override ⇒ ::String
Returns the value of attribute certificate_override.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def certificate_override @certificate_override end |
#compute_type_override ⇒ "BUILD_GENERAL1_SMALL", ...
Returns the value of attribute compute_type_override.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def compute_type_override @compute_type_override end |
#debug_session_enabled ⇒ Boolean
Returns the value of attribute debug_session_enabled.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def debug_session_enabled @debug_session_enabled end |
#encryption_key_override ⇒ ::String
Returns the value of attribute encryption_key_override.
1302 1303 1304 |
# File 'sig/types.rbs', line 1302 def encryption_key_override @encryption_key_override end |
#environment_type_override ⇒ "WINDOWS_CONTAINER", ...
Returns the value of attribute environment_type_override.
1293 1294 1295 |
# File 'sig/types.rbs', line 1293 def environment_type_override @environment_type_override end |
#environment_variables_override ⇒ ::Array[Types::EnvironmentVariable]
Returns the value of attribute environment_variables_override.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def environment_variables_override @environment_variables_override end |
#fleet_override ⇒ Types::ProjectFleet
Returns the value of attribute fleet_override.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def fleet_override @fleet_override end |
#git_clone_depth_override ⇒ ::Integer
Returns the value of attribute git_clone_depth_override.
1287 1288 1289 |
# File 'sig/types.rbs', line 1287 def git_clone_depth_override @git_clone_depth_override end |
#git_submodules_config_override ⇒ Types::GitSubmodulesConfig
Returns the value of attribute git_submodules_config_override.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def git_submodules_config_override @git_submodules_config_override end |
#host_kernel_override ⇒ "LINUX_KERNEL_4", ...
Returns the value of attribute host_kernel_override.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def host_kernel_override @host_kernel_override end |
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
1303 1304 1305 |
# File 'sig/types.rbs', line 1303 def idempotency_token @idempotency_token end |
#image_override ⇒ ::String
Returns the value of attribute image_override.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def image_override @image_override end |
#image_pull_credentials_type_override ⇒ "CODEBUILD", "SERVICE_ROLE"
Returns the value of attribute image_pull_credentials_type_override.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def image_pull_credentials_type_override @image_pull_credentials_type_override end |
#insecure_ssl_override ⇒ Boolean
Returns the value of attribute insecure_ssl_override.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def insecure_ssl_override @insecure_ssl_override end |
#logs_config_override ⇒ Types::LogsConfig
Returns the value of attribute logs_config_override.
1304 1305 1306 |
# File 'sig/types.rbs', line 1304 def logs_config_override @logs_config_override end |
#privileged_mode_override ⇒ Boolean
Returns the value of attribute privileged_mode_override.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def privileged_mode_override @privileged_mode_override end |
#project_name ⇒ ::String
Returns the value of attribute project_name.
1277 1278 1279 |
# File 'sig/types.rbs', line 1277 def project_name @project_name end |
#queued_timeout_in_minutes_override ⇒ ::Integer
Returns the value of attribute queued_timeout_in_minutes_override.
1301 1302 1303 |
# File 'sig/types.rbs', line 1301 def queued_timeout_in_minutes_override @queued_timeout_in_minutes_override end |
#registry_credential_override ⇒ Types::RegistryCredential
Returns the value of attribute registry_credential_override.
1305 1306 1307 |
# File 'sig/types.rbs', line 1305 def registry_credential_override @registry_credential_override end |
#report_build_status_override ⇒ Boolean
Returns the value of attribute report_build_status_override.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def report_build_status_override @report_build_status_override end |
#secondary_artifacts_override ⇒ ::Array[Types::ProjectArtifacts]
Returns the value of attribute secondary_artifacts_override.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def secondary_artifacts_override @secondary_artifacts_override end |
#secondary_sources_override ⇒ ::Array[Types::ProjectSource]
Returns the value of attribute secondary_sources_override.
1278 1279 1280 |
# File 'sig/types.rbs', line 1278 def secondary_sources_override @secondary_sources_override end |
#secondary_sources_version_override ⇒ ::Array[Types::ProjectSourceVersion]
Returns the value of attribute secondary_sources_version_override.
1279 1280 1281 |
# File 'sig/types.rbs', line 1279 def secondary_sources_version_override @secondary_sources_version_override end |
#service_role_override ⇒ ::String
Returns the value of attribute service_role_override.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def service_role_override @service_role_override end |
#source_auth_override ⇒ Types::SourceAuth
Returns the value of attribute source_auth_override.
1286 1287 1288 |
# File 'sig/types.rbs', line 1286 def source_auth_override @source_auth_override end |
#source_location_override ⇒ ::String
Returns the value of attribute source_location_override.
1285 1286 1287 |
# File 'sig/types.rbs', line 1285 def source_location_override @source_location_override end |
#source_type_override ⇒ "CODECOMMIT", ...
Returns the value of attribute source_type_override.
1284 1285 1286 |
# File 'sig/types.rbs', line 1284 def source_type_override @source_type_override end |
#source_version ⇒ ::String
Returns the value of attribute source_version.
1280 1281 1282 |
# File 'sig/types.rbs', line 1280 def source_version @source_version end |
#timeout_in_minutes_override ⇒ ::Integer
Returns the value of attribute timeout_in_minutes_override.
1300 1301 1302 |
# File 'sig/types.rbs', line 1300 def timeout_in_minutes_override @timeout_in_minutes_override end |