Class: Aws::Types::UpdateProjectInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProjectInput
- 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.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def artifacts @artifacts end |
#auto_retry_limit ⇒ ::Integer
Returns the value of attribute auto_retry_limit.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def auto_retry_limit @auto_retry_limit end |
#badge_enabled ⇒ Boolean
Returns the value of attribute badge_enabled.
1458 1459 1460 |
# File 'sig/types.rbs', line 1458 def badge_enabled @badge_enabled end |
#build_batch_config ⇒ Types::ProjectBuildBatchConfig
Returns the value of attribute build_batch_config.
1461 1462 1463 |
# File 'sig/types.rbs', line 1461 def build_batch_config @build_batch_config end |
#cache ⇒ Types::ProjectCache
Returns the value of attribute cache.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 def cache @cache end |
#concurrent_build_limit ⇒ ::Integer
Returns the value of attribute concurrent_build_limit.
1462 1463 1464 |
# File 'sig/types.rbs', line 1462 def concurrent_build_limit @concurrent_build_limit end |
#description ⇒ ::String
Returns the value of attribute description.
1443 1444 1445 |
# File 'sig/types.rbs', line 1443 def description @description end |
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def encryption_key @encryption_key end |
#environment ⇒ Types::ProjectEnvironment
Returns the value of attribute environment.
1451 1452 1453 |
# File 'sig/types.rbs', line 1451 def environment @environment end |
#file_system_locations ⇒ ::Array[Types::ProjectFileSystemLocation]
Returns the value of attribute file_system_locations.
1460 1461 1462 |
# File 'sig/types.rbs', line 1460 def file_system_locations @file_system_locations end |
#logs_config ⇒ Types::LogsConfig
Returns the value of attribute logs_config.
1459 1460 1461 |
# File 'sig/types.rbs', line 1459 def logs_config @logs_config end |
#name ⇒ ::String
Returns the value of attribute name.
1442 1443 1444 |
# File 'sig/types.rbs', line 1442 def name @name end |
#queued_timeout_in_minutes ⇒ ::Integer
Returns the value of attribute queued_timeout_in_minutes.
1454 1455 1456 |
# File 'sig/types.rbs', line 1454 def queued_timeout_in_minutes @queued_timeout_in_minutes end |
#secondary_artifacts ⇒ ::Array[Types::ProjectArtifacts]
Returns the value of attribute secondary_artifacts.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def secondary_artifacts @secondary_artifacts end |
#secondary_source_versions ⇒ ::Array[Types::ProjectSourceVersion]
Returns the value of attribute secondary_source_versions.
1447 1448 1449 |
# File 'sig/types.rbs', line 1447 def secondary_source_versions @secondary_source_versions end |
#secondary_sources ⇒ ::Array[Types::ProjectSource]
Returns the value of attribute secondary_sources.
1445 1446 1447 |
# File 'sig/types.rbs', line 1445 def secondary_sources @secondary_sources end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
1452 1453 1454 |
# File 'sig/types.rbs', line 1452 def service_role @service_role end |
#source ⇒ Types::ProjectSource
Returns the value of attribute source.
1444 1445 1446 |
# File 'sig/types.rbs', line 1444 def source @source end |
#source_version ⇒ ::String
Returns the value of attribute source_version.
1446 1447 1448 |
# File 'sig/types.rbs', line 1446 def source_version @source_version end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1456 1457 1458 |
# File 'sig/types.rbs', line 1456 def end |
#timeout_in_minutes ⇒ ::Integer
Returns the value of attribute timeout_in_minutes.
1453 1454 1455 |
# File 'sig/types.rbs', line 1453 def timeout_in_minutes @timeout_in_minutes end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def vpc_config @vpc_config end |