Class: Aws::Types::Project

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


893
894
895
# File 'sig/types.rbs', line 893

def arn
  @arn
end

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

Returns:

  • (::Integer)


920
921
922
# File 'sig/types.rbs', line 920

def auto_retry_limit
  @auto_retry_limit
end

#badgeTypes::ProjectBadge

Returns the value of attribute badge.

Returns:



912
913
914
# File 'sig/types.rbs', line 912

def badge
  @badge
end

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

#cacheTypes::ProjectCache

Returns the value of attribute cache.

Returns:



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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Time)


908
909
910
# File 'sig/types.rbs', line 908

def created
  @created
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


894
895
896
# File 'sig/types.rbs', line 894

def description
  @description
end

#encryption_key::String

Returns the value of attribute encryption_key.

Returns:

  • (::String)


906
907
908
# File 'sig/types.rbs', line 906

def encryption_key
  @encryption_key
end

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

Returns:



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.

Returns:

  • (::Time)


909
910
911
# File 'sig/types.rbs', line 909

def last_modified
  @last_modified
end

#logs_configTypes::LogsConfig

Returns the value of attribute logs_config.

Returns:



913
914
915
# File 'sig/types.rbs', line 913

def logs_config
  @logs_config
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:

  • ("PUBLIC_READ", "PRIVATE")


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:

  • (::String)


903
904
905
# File 'sig/types.rbs', line 903

def service_role
  @service_role
end

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

Returns:

  • (::String)


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.

Returns:



907
908
909
# File 'sig/types.rbs', line 907

def tags
  @tags
end

#timeout_in_minutes::Integer

Returns the value of attribute timeout_in_minutes.

Returns:

  • (::Integer)


904
905
906
# File 'sig/types.rbs', line 904

def timeout_in_minutes
  @timeout_in_minutes
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



911
912
913
# File 'sig/types.rbs', line 911

def vpc_config
  @vpc_config
end

#webhookTypes::Webhook

Returns the value of attribute webhook.

Returns:



910
911
912
# File 'sig/types.rbs', line 910

def webhook
  @webhook
end