Class: Aws::Types::AwsCodeBuildProjectEnvironment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate::String

Returns the value of attribute certificate.

Returns:

  • (::String)


1077
1078
1079
# File 'sig/types.rbs', line 1077

def certificate
  @certificate
end

#environment_variables::Array[Types::AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails]

Returns the value of attribute environment_variables.



1078
1079
1080
# File 'sig/types.rbs', line 1078

def environment_variables
  @environment_variables
end

#image_pull_credentials_type::String

Returns the value of attribute image_pull_credentials_type.

Returns:

  • (::String)


1080
1081
1082
# File 'sig/types.rbs', line 1080

def image_pull_credentials_type
  @image_pull_credentials_type
end

#privileged_modeBoolean

Returns the value of attribute privileged_mode.

Returns:

  • (Boolean)


1079
1080
1081
# File 'sig/types.rbs', line 1079

def privileged_mode
  @privileged_mode
end

#registry_credentialTypes::AwsCodeBuildProjectEnvironmentRegistryCredential

Returns the value of attribute registry_credential.



1081
1082
1083
# File 'sig/types.rbs', line 1081

def registry_credential
  @registry_credential
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


1082
1083
1084
# File 'sig/types.rbs', line 1082

def type
  @type
end