Class: Aws::Types::CreateProjectInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateProjectInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifacts ⇒ Types::ProjectArtifacts
Returns the value of attribute artifacts.
-
#auto_retry_limit ⇒ ::Integer
Returns the value of attribute auto_retry_limit.
-
#badge_enabled ⇒ Boolean
Returns the value of attribute badge_enabled.
-
#build_batch_config ⇒ Types::ProjectBuildBatchConfig
Returns the value of attribute build_batch_config.
-
#cache ⇒ Types::ProjectCache
Returns the value of attribute cache.
-
#concurrent_build_limit ⇒ ::Integer
Returns the value of attribute concurrent_build_limit.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
-
#environment ⇒ Types::ProjectEnvironment
Returns the value of attribute environment.
-
#file_system_locations ⇒ ::Array[Types::ProjectFileSystemLocation]
Returns the value of attribute file_system_locations.
-
#logs_config ⇒ Types::LogsConfig
Returns the value of attribute logs_config.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#queued_timeout_in_minutes ⇒ ::Integer
Returns the value of attribute queued_timeout_in_minutes.
-
#secondary_artifacts ⇒ ::Array[Types::ProjectArtifacts]
Returns the value of attribute secondary_artifacts.
-
#secondary_source_versions ⇒ ::Array[Types::ProjectSourceVersion]
Returns the value of attribute secondary_source_versions.
-
#secondary_sources ⇒ ::Array[Types::ProjectSource]
Returns the value of attribute secondary_sources.
-
#service_role ⇒ ::String
Returns the value of attribute service_role.
-
#source ⇒ Types::ProjectSource
Returns the value of attribute source.
-
#source_version ⇒ ::String
Returns the value of attribute source_version.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#timeout_in_minutes ⇒ ::Integer
Returns the value of attribute timeout_in_minutes.
-
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#artifacts ⇒ Types::ProjectArtifacts
Returns the value of attribute artifacts.
355 356 357 |
# File 'sig/types.rbs', line 355 def artifacts @artifacts end |
#auto_retry_limit ⇒ ::Integer
Returns the value of attribute auto_retry_limit.
370 371 372 |
# File 'sig/types.rbs', line 370 def auto_retry_limit @auto_retry_limit end |
#badge_enabled ⇒ Boolean
Returns the value of attribute badge_enabled.
365 366 367 |
# File 'sig/types.rbs', line 365 def badge_enabled @badge_enabled end |
#build_batch_config ⇒ Types::ProjectBuildBatchConfig
Returns the value of attribute build_batch_config.
368 369 370 |
# File 'sig/types.rbs', line 368 def build_batch_config @build_batch_config end |
#cache ⇒ Types::ProjectCache
Returns the value of attribute cache.
357 358 359 |
# File 'sig/types.rbs', line 357 def cache @cache end |
#concurrent_build_limit ⇒ ::Integer
Returns the value of attribute concurrent_build_limit.
369 370 371 |
# File 'sig/types.rbs', line 369 def concurrent_build_limit @concurrent_build_limit end |
#description ⇒ ::String
Returns the value of attribute description.
350 351 352 |
# File 'sig/types.rbs', line 350 def description @description end |
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
362 363 364 |
# File 'sig/types.rbs', line 362 def encryption_key @encryption_key end |
#environment ⇒ Types::ProjectEnvironment
Returns the value of attribute environment.
358 359 360 |
# File 'sig/types.rbs', line 358 def environment @environment end |
#file_system_locations ⇒ ::Array[Types::ProjectFileSystemLocation]
Returns the value of attribute file_system_locations.
367 368 369 |
# File 'sig/types.rbs', line 367 def file_system_locations @file_system_locations end |
#logs_config ⇒ Types::LogsConfig
Returns the value of attribute logs_config.
366 367 368 |
# File 'sig/types.rbs', line 366 def logs_config @logs_config end |
#name ⇒ ::String
Returns the value of attribute name.
349 350 351 |
# File 'sig/types.rbs', line 349 def name @name end |
#queued_timeout_in_minutes ⇒ ::Integer
Returns the value of attribute queued_timeout_in_minutes.
361 362 363 |
# File 'sig/types.rbs', line 361 def queued_timeout_in_minutes @queued_timeout_in_minutes end |
#secondary_artifacts ⇒ ::Array[Types::ProjectArtifacts]
Returns the value of attribute secondary_artifacts.
356 357 358 |
# File 'sig/types.rbs', line 356 def secondary_artifacts @secondary_artifacts end |
#secondary_source_versions ⇒ ::Array[Types::ProjectSourceVersion]
Returns the value of attribute secondary_source_versions.
354 355 356 |
# File 'sig/types.rbs', line 354 def secondary_source_versions @secondary_source_versions end |
#secondary_sources ⇒ ::Array[Types::ProjectSource]
Returns the value of attribute secondary_sources.
352 353 354 |
# File 'sig/types.rbs', line 352 def secondary_sources @secondary_sources end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
359 360 361 |
# File 'sig/types.rbs', line 359 def service_role @service_role end |
#source ⇒ Types::ProjectSource
Returns the value of attribute source.
351 352 353 |
# File 'sig/types.rbs', line 351 def source @source end |
#source_version ⇒ ::String
Returns the value of attribute source_version.
353 354 355 |
# File 'sig/types.rbs', line 353 def source_version @source_version end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
363 364 365 |
# File 'sig/types.rbs', line 363 def @tags end |
#timeout_in_minutes ⇒ ::Integer
Returns the value of attribute timeout_in_minutes.
360 361 362 |
# File 'sig/types.rbs', line 360 def timeout_in_minutes @timeout_in_minutes end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
364 365 366 |
# File 'sig/types.rbs', line 364 def vpc_config @vpc_config end |