Class: Aws::Types::AwsCodeBuildProjectDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#artifacts::Array[Types::AwsCodeBuildProjectArtifactsDetails]

Returns the value of attribute artifacts.



1065
1066
1067
# File 'sig/types.rbs', line 1065

def artifacts
  @artifacts
end

#encryption_key::String

Returns the value of attribute encryption_key.

Returns:

  • (::String)


1064
1065
1066
# File 'sig/types.rbs', line 1064

def encryption_key
  @encryption_key
end

#environmentTypes::AwsCodeBuildProjectEnvironment

Returns the value of attribute environment.



1066
1067
1068
# File 'sig/types.rbs', line 1066

def environment
  @environment
end

#logs_configTypes::AwsCodeBuildProjectLogsConfigDetails

Returns the value of attribute logs_config.



1070
1071
1072
# File 'sig/types.rbs', line 1070

def logs_config
  @logs_config
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1067
1068
1069
# File 'sig/types.rbs', line 1067

def name
  @name
end

#secondary_artifacts::Array[Types::AwsCodeBuildProjectArtifactsDetails]

Returns the value of attribute secondary_artifacts.



1072
1073
1074
# File 'sig/types.rbs', line 1072

def secondary_artifacts
  @secondary_artifacts
end

#service_role::String

Returns the value of attribute service_role.

Returns:

  • (::String)


1069
1070
1071
# File 'sig/types.rbs', line 1069

def service_role
  @service_role
end

#sourceTypes::AwsCodeBuildProjectSource

Returns the value of attribute source.



1068
1069
1070
# File 'sig/types.rbs', line 1068

def source
  @source
end

#vpc_configTypes::AwsCodeBuildProjectVpcConfig

Returns the value of attribute vpc_config.



1071
1072
1073
# File 'sig/types.rbs', line 1071

def vpc_config
  @vpc_config
end