Class: Aws::Types::ProjectEnvironment
- Inherits:
-
Object
- Object
- Aws::Types::ProjectEnvironment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate ⇒ ::String
Returns the value of attribute certificate.
-
#compute_configuration ⇒ Types::ComputeConfiguration
Returns the value of attribute compute_configuration.
-
#compute_type ⇒ "BUILD_GENERAL1_SMALL", ...
Returns the value of attribute compute_type.
-
#docker_server ⇒ Types::DockerServer
Returns the value of attribute docker_server.
-
#environment_variables ⇒ ::Array[Types::EnvironmentVariable]
Returns the value of attribute environment_variables.
-
#fleet ⇒ Types::ProjectFleet
Returns the value of attribute fleet.
-
#host_kernel ⇒ "LINUX_KERNEL_4", ...
Returns the value of attribute host_kernel.
-
#image ⇒ ::String
Returns the value of attribute image.
-
#image_pull_credentials_type ⇒ "CODEBUILD", "SERVICE_ROLE"
Returns the value of attribute image_pull_credentials_type.
-
#privileged_mode ⇒ Boolean
Returns the value of attribute privileged_mode.
-
#registry_credential ⇒ Types::RegistryCredential
Returns the value of attribute registry_credential.
-
#type ⇒ "WINDOWS_CONTAINER", ...
Returns the value of attribute type.
Instance Attribute Details
#certificate ⇒ ::String
Returns the value of attribute certificate.
969 970 971 |
# File 'sig/types.rbs', line 969 def certificate @certificate end |
#compute_configuration ⇒ Types::ComputeConfiguration
Returns the value of attribute compute_configuration.
965 966 967 |
# File 'sig/types.rbs', line 965 def compute_configuration @compute_configuration end |
#compute_type ⇒ "BUILD_GENERAL1_SMALL", ...
Returns the value of attribute compute_type.
964 965 966 |
# File 'sig/types.rbs', line 964 def compute_type @compute_type end |
#docker_server ⇒ Types::DockerServer
Returns the value of attribute docker_server.
972 973 974 |
# File 'sig/types.rbs', line 972 def docker_server @docker_server end |
#environment_variables ⇒ ::Array[Types::EnvironmentVariable]
Returns the value of attribute environment_variables.
967 968 969 |
# File 'sig/types.rbs', line 967 def environment_variables @environment_variables end |
#fleet ⇒ Types::ProjectFleet
Returns the value of attribute fleet.
966 967 968 |
# File 'sig/types.rbs', line 966 def fleet @fleet end |
#host_kernel ⇒ "LINUX_KERNEL_4", ...
Returns the value of attribute host_kernel.
973 974 975 |
# File 'sig/types.rbs', line 973 def host_kernel @host_kernel end |
#image ⇒ ::String
Returns the value of attribute image.
963 964 965 |
# File 'sig/types.rbs', line 963 def image @image end |
#image_pull_credentials_type ⇒ "CODEBUILD", "SERVICE_ROLE"
Returns the value of attribute image_pull_credentials_type.
971 972 973 |
# File 'sig/types.rbs', line 971 def image_pull_credentials_type @image_pull_credentials_type end |
#privileged_mode ⇒ Boolean
Returns the value of attribute privileged_mode.
968 969 970 |
# File 'sig/types.rbs', line 968 def privileged_mode @privileged_mode end |
#registry_credential ⇒ Types::RegistryCredential
Returns the value of attribute registry_credential.
970 971 972 |
# File 'sig/types.rbs', line 970 def registry_credential @registry_credential end |
#type ⇒ "WINDOWS_CONTAINER", ...
Returns the value of attribute type.
962 963 964 |
# File 'sig/types.rbs', line 962 def type @type end |