Class: Aws::Types::AwsCodeBuildProjectEnvironment
- Inherits:
-
Object
- Object
- Aws::Types::AwsCodeBuildProjectEnvironment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate ⇒ ::String
Returns the value of attribute certificate.
-
#environment_variables ⇒ ::Array[Types::AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails]
Returns the value of attribute environment_variables.
-
#image_pull_credentials_type ⇒ ::String
Returns the value of attribute image_pull_credentials_type.
-
#privileged_mode ⇒ Boolean
Returns the value of attribute privileged_mode.
-
#registry_credential ⇒ Types::AwsCodeBuildProjectEnvironmentRegistryCredential
Returns the value of attribute registry_credential.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#certificate ⇒ ::String
Returns the value of attribute certificate.
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.
1080 1081 1082 |
# File 'sig/types.rbs', line 1080 def image_pull_credentials_type @image_pull_credentials_type end |
#privileged_mode ⇒ Boolean
Returns the value of attribute privileged_mode.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def privileged_mode @privileged_mode end |
#registry_credential ⇒ Types::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.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def type @type end |