Class: Aws::Types::CreateProjectInput

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.



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.

Returns:

  • (::Integer)


370
371
372
# File 'sig/types.rbs', line 370

def auto_retry_limit
  @auto_retry_limit
end

#badge_enabledBoolean

Returns the value of attribute badge_enabled.

Returns:

  • (Boolean)


365
366
367
# File 'sig/types.rbs', line 365

def badge_enabled
  @badge_enabled
end

#build_batch_configTypes::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

#cacheTypes::ProjectCache

Returns the value of attribute cache.

Returns:



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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


350
351
352
# File 'sig/types.rbs', line 350

def description
  @description
end

#encryption_key::String

Returns the value of attribute encryption_key.

Returns:

  • (::String)


362
363
364
# File 'sig/types.rbs', line 362

def encryption_key
  @encryption_key
end

#environmentTypes::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.

Returns:



367
368
369
# File 'sig/types.rbs', line 367

def file_system_locations
  @file_system_locations
end

#logs_configTypes::LogsConfig

Returns the value of attribute logs_config.

Returns:



366
367
368
# File 'sig/types.rbs', line 366

def logs_config
  @logs_config
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:

  • (::String)


359
360
361
# File 'sig/types.rbs', line 359

def service_role
  @service_role
end

#sourceTypes::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.

Returns:

  • (::String)


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.

Returns:



363
364
365
# File 'sig/types.rbs', line 363

def tags
  @tags
end

#timeout_in_minutes::Integer

Returns the value of attribute timeout_in_minutes.

Returns:

  • (::Integer)


360
361
362
# File 'sig/types.rbs', line 360

def timeout_in_minutes
  @timeout_in_minutes
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



364
365
366
# File 'sig/types.rbs', line 364

def vpc_config
  @vpc_config
end