Class: Aws::Types::StartBuildBatchInput
- Inherits:
-
Object
- Object
- Aws::Types::StartBuildBatchInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifacts_override ⇒ Types::ProjectArtifacts
Returns the value of attribute artifacts_override.
-
#build_batch_config_override ⇒ Types::ProjectBuildBatchConfig
Returns the value of attribute build_batch_config_override.
-
#build_timeout_in_minutes_override ⇒ ::Integer
Returns the value of attribute build_timeout_in_minutes_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.
-
#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.
-
#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_batch_status_override ⇒ Boolean
Returns the value of attribute report_build_batch_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.
Instance Attribute Details
#artifacts_override ⇒ Types::ProjectArtifacts
Returns the value of attribute artifacts_override.
1241 1242 1243 |
# File 'sig/types.rbs', line 1241 def artifacts_override @artifacts_override end |
#build_batch_config_override ⇒ Types::ProjectBuildBatchConfig
Returns the value of attribute build_batch_config_override.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def build_batch_config_override @build_batch_config_override end |
#build_timeout_in_minutes_override ⇒ ::Integer
Returns the value of attribute build_timeout_in_minutes_override.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def build_timeout_in_minutes_override @build_timeout_in_minutes_override end |
#buildspec_override ⇒ ::String
Returns the value of attribute buildspec_override.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def buildspec_override @buildspec_override end |
#cache_override ⇒ Types::ProjectCache
Returns the value of attribute cache_override.
1256 1257 1258 |
# File 'sig/types.rbs', line 1256 def cache_override @cache_override end |
#certificate_override ⇒ ::String
Returns the value of attribute certificate_override.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 def certificate_override @certificate_override end |
#compute_type_override ⇒ "BUILD_GENERAL1_SMALL", ...
Returns the value of attribute compute_type_override.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 def compute_type_override @compute_type_override end |
#debug_session_enabled ⇒ Boolean
Returns the value of attribute debug_session_enabled.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def debug_session_enabled @debug_session_enabled end |
#encryption_key_override ⇒ ::String
Returns the value of attribute encryption_key_override.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def encryption_key_override @encryption_key_override end |
#environment_type_override ⇒ "WINDOWS_CONTAINER", ...
Returns the value of attribute environment_type_override.
1252 1253 1254 |
# File 'sig/types.rbs', line 1252 def environment_type_override @environment_type_override end |
#environment_variables_override ⇒ ::Array[Types::EnvironmentVariable]
Returns the value of attribute environment_variables_override.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def environment_variables_override @environment_variables_override end |
#git_clone_depth_override ⇒ ::Integer
Returns the value of attribute git_clone_depth_override.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 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.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def git_submodules_config_override @git_submodules_config_override end |
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def idempotency_token @idempotency_token end |
#image_override ⇒ ::String
Returns the value of attribute image_override.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def image_override @image_override end |
#image_pull_credentials_type_override ⇒ "CODEBUILD", "SERVICE_ROLE"
Returns the value of attribute image_pull_credentials_type_override.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def image_pull_credentials_type_override @image_pull_credentials_type_override end |
#insecure_ssl_override ⇒ Boolean
Returns the value of attribute insecure_ssl_override.
1250 1251 1252 |
# File 'sig/types.rbs', line 1250 def insecure_ssl_override @insecure_ssl_override end |
#logs_config_override ⇒ Types::LogsConfig
Returns the value of attribute logs_config_override.
1263 1264 1265 |
# File 'sig/types.rbs', line 1263 def logs_config_override @logs_config_override end |
#privileged_mode_override ⇒ Boolean
Returns the value of attribute privileged_mode_override.
1258 1259 1260 |
# File 'sig/types.rbs', line 1258 def privileged_mode_override @privileged_mode_override end |
#project_name ⇒ ::String
Returns the value of attribute project_name.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def project_name @project_name end |
#queued_timeout_in_minutes_override ⇒ ::Integer
Returns the value of attribute queued_timeout_in_minutes_override.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 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.
1264 1265 1266 |
# File 'sig/types.rbs', line 1264 def registry_credential_override @registry_credential_override end |
#report_build_batch_status_override ⇒ Boolean
Returns the value of attribute report_build_batch_status_override.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def report_build_batch_status_override @report_build_batch_status_override end |
#secondary_artifacts_override ⇒ ::Array[Types::ProjectArtifacts]
Returns the value of attribute secondary_artifacts_override.
1242 1243 1244 |
# File 'sig/types.rbs', line 1242 def secondary_artifacts_override @secondary_artifacts_override end |
#secondary_sources_override ⇒ ::Array[Types::ProjectSource]
Returns the value of attribute secondary_sources_override.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def secondary_sources_override @secondary_sources_override end |
#secondary_sources_version_override ⇒ ::Array[Types::ProjectSourceVersion]
Returns the value of attribute secondary_sources_version_override.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def secondary_sources_version_override @secondary_sources_version_override end |
#service_role_override ⇒ ::String
Returns the value of attribute service_role_override.
1257 1258 1259 |
# File 'sig/types.rbs', line 1257 def service_role_override @service_role_override end |
#source_auth_override ⇒ Types::SourceAuth
Returns the value of attribute source_auth_override.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def source_auth_override @source_auth_override end |
#source_location_override ⇒ ::String
Returns the value of attribute source_location_override.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def source_location_override @source_location_override end |
#source_type_override ⇒ "CODECOMMIT", ...
Returns the value of attribute source_type_override.
1244 1245 1246 |
# File 'sig/types.rbs', line 1244 def source_type_override @source_type_override end |
#source_version ⇒ ::String
Returns the value of attribute source_version.
1240 1241 1242 |
# File 'sig/types.rbs', line 1240 def source_version @source_version end |