Class: Aws::Types::UpdateProjectInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#artifactsTypes::ProjectArtifacts

Returns the value of attribute artifacts.

Returns:



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.

Returns:



1463
1464
1465
# File 'sig/types.rbs', line 1463

def auto_retry_limit
  @auto_retry_limit
end

#badge_enabledBoolean

Returns the value of attribute badge_enabled.

Returns:



1458
1459
1460
# File 'sig/types.rbs', line 1458

def badge_enabled
  @badge_enabled
end

#build_batch_configTypes::ProjectBuildBatchConfig

Returns the value of attribute build_batch_config.

Returns:



1461
1462
1463
# File 'sig/types.rbs', line 1461

def build_batch_config
  @build_batch_config
end

#cacheTypes::ProjectCache

Returns the value of attribute cache.

Returns:



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.

Returns:



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.

Returns:



1443
1444
1445
# File 'sig/types.rbs', line 1443

def description
  @description
end

#encryption_key::String

Returns the value of attribute encryption_key.

Returns:



1455
1456
1457
# File 'sig/types.rbs', line 1455

def encryption_key
  @encryption_key
end

#environmentTypes::ProjectEnvironment

Returns the value of attribute environment.

Returns:



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.

Returns:



1460
1461
1462
# File 'sig/types.rbs', line 1460

def file_system_locations
  @file_system_locations
end

#logs_configTypes::LogsConfig

Returns the value of attribute logs_config.

Returns:



1459
1460
1461
# File 'sig/types.rbs', line 1459

def logs_config
  @logs_config
end

#name::String

Returns the value of attribute name.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



1452
1453
1454
# File 'sig/types.rbs', line 1452

def service_role
  @service_role
end

#sourceTypes::ProjectSource

Returns the value of attribute source.

Returns:



1444
1445
1446
# File 'sig/types.rbs', line 1444

def source
  @source
end

#source_version::String

Returns the value of attribute source_version.

Returns:



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.

Returns:



1456
1457
1458
# File 'sig/types.rbs', line 1456

def tags
  @tags
end

#timeout_in_minutes::Integer

Returns the value of attribute timeout_in_minutes.

Returns:



1453
1454
1455
# File 'sig/types.rbs', line 1453

def timeout_in_minutes
  @timeout_in_minutes
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



1457
1458
1459
# File 'sig/types.rbs', line 1457

def vpc_config
  @vpc_config
end