Class: Aws::Types::Project
- Inherits:
-
Object
- Object
- Aws::Types::Project
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#artifacts ⇒ Types::ProjectArtifacts
Returns the value of attribute artifacts.
-
#auto_retry_limit ⇒ ::Integer
Returns the value of attribute auto_retry_limit.
-
#badge ⇒ Types::ProjectBadge
Returns the value of attribute badge.
-
#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.
-
#created ⇒ ::Time
Returns the value of attribute created.
-
#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.
-
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
-
#logs_config ⇒ Types::LogsConfig
Returns the value of attribute logs_config.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#project_visibility ⇒ "PUBLIC_READ", "PRIVATE"
Returns the value of attribute project_visibility.
-
#public_project_alias ⇒ ::String
Returns the value of attribute public_project_alias.
-
#queued_timeout_in_minutes ⇒ ::Integer
Returns the value of attribute queued_timeout_in_minutes.
-
#resource_access_role ⇒ ::String
Returns the value of attribute resource_access_role.
-
#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.
-
#webhook ⇒ Types::Webhook
Returns the value of attribute webhook.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
893 894 895 |
# File 'sig/types.rbs', line 893 def arn @arn end |
#artifacts ⇒ Types::ProjectArtifacts
Returns the value of attribute artifacts.
899 900 901 |
# File 'sig/types.rbs', line 899 def artifacts @artifacts end |
#auto_retry_limit ⇒ ::Integer
Returns the value of attribute auto_retry_limit.
920 921 922 |
# File 'sig/types.rbs', line 920 def auto_retry_limit @auto_retry_limit end |
#badge ⇒ Types::ProjectBadge
Returns the value of attribute badge.
912 913 914 |
# File 'sig/types.rbs', line 912 def badge @badge end |
#build_batch_config ⇒ Types::ProjectBuildBatchConfig
Returns the value of attribute build_batch_config.
915 916 917 |
# File 'sig/types.rbs', line 915 def build_batch_config @build_batch_config end |
#cache ⇒ Types::ProjectCache
Returns the value of attribute cache.
901 902 903 |
# File 'sig/types.rbs', line 901 def cache @cache end |
#concurrent_build_limit ⇒ ::Integer
Returns the value of attribute concurrent_build_limit.
916 917 918 |
# File 'sig/types.rbs', line 916 def concurrent_build_limit @concurrent_build_limit end |
#created ⇒ ::Time
Returns the value of attribute created.
908 909 910 |
# File 'sig/types.rbs', line 908 def created @created end |
#description ⇒ ::String
Returns the value of attribute description.
894 895 896 |
# File 'sig/types.rbs', line 894 def description @description end |
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
906 907 908 |
# File 'sig/types.rbs', line 906 def encryption_key @encryption_key end |
#environment ⇒ Types::ProjectEnvironment
Returns the value of attribute environment.
902 903 904 |
# File 'sig/types.rbs', line 902 def environment @environment end |
#file_system_locations ⇒ ::Array[Types::ProjectFileSystemLocation]
Returns the value of attribute file_system_locations.
914 915 916 |
# File 'sig/types.rbs', line 914 def file_system_locations @file_system_locations end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
909 910 911 |
# File 'sig/types.rbs', line 909 def last_modified @last_modified end |
#logs_config ⇒ Types::LogsConfig
Returns the value of attribute logs_config.
913 914 915 |
# File 'sig/types.rbs', line 913 def logs_config @logs_config end |
#name ⇒ ::String
Returns the value of attribute name.
892 893 894 |
# File 'sig/types.rbs', line 892 def name @name end |
#project_visibility ⇒ "PUBLIC_READ", "PRIVATE"
Returns the value of attribute project_visibility.
917 918 919 |
# File 'sig/types.rbs', line 917 def project_visibility @project_visibility end |
#public_project_alias ⇒ ::String
Returns the value of attribute public_project_alias.
918 919 920 |
# File 'sig/types.rbs', line 918 def public_project_alias @public_project_alias end |
#queued_timeout_in_minutes ⇒ ::Integer
Returns the value of attribute queued_timeout_in_minutes.
905 906 907 |
# File 'sig/types.rbs', line 905 def queued_timeout_in_minutes @queued_timeout_in_minutes end |
#resource_access_role ⇒ ::String
Returns the value of attribute resource_access_role.
919 920 921 |
# File 'sig/types.rbs', line 919 def resource_access_role @resource_access_role end |
#secondary_artifacts ⇒ ::Array[Types::ProjectArtifacts]
Returns the value of attribute secondary_artifacts.
900 901 902 |
# File 'sig/types.rbs', line 900 def secondary_artifacts @secondary_artifacts end |
#secondary_source_versions ⇒ ::Array[Types::ProjectSourceVersion]
Returns the value of attribute secondary_source_versions.
898 899 900 |
# File 'sig/types.rbs', line 898 def secondary_source_versions @secondary_source_versions end |
#secondary_sources ⇒ ::Array[Types::ProjectSource]
Returns the value of attribute secondary_sources.
896 897 898 |
# File 'sig/types.rbs', line 896 def secondary_sources @secondary_sources end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
903 904 905 |
# File 'sig/types.rbs', line 903 def service_role @service_role end |
#source ⇒ Types::ProjectSource
Returns the value of attribute source.
895 896 897 |
# File 'sig/types.rbs', line 895 def source @source end |
#source_version ⇒ ::String
Returns the value of attribute source_version.
897 898 899 |
# File 'sig/types.rbs', line 897 def source_version @source_version end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
907 908 909 |
# File 'sig/types.rbs', line 907 def @tags end |
#timeout_in_minutes ⇒ ::Integer
Returns the value of attribute timeout_in_minutes.
904 905 906 |
# File 'sig/types.rbs', line 904 def timeout_in_minutes @timeout_in_minutes end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
911 912 913 |
# File 'sig/types.rbs', line 911 def vpc_config @vpc_config end |
#webhook ⇒ Types::Webhook
Returns the value of attribute webhook.
910 911 912 |
# File 'sig/types.rbs', line 910 def webhook @webhook end |