Class: Aws::Types::ProjectEnvironment

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:



969
970
971
# File 'sig/types.rbs', line 969

def certificate
  @certificate
end

#compute_configurationTypes::ComputeConfiguration

Returns the value of attribute compute_configuration.

Returns:



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.

Returns:



964
965
966
# File 'sig/types.rbs', line 964

def compute_type
  @compute_type
end

#docker_serverTypes::DockerServer

Returns the value of attribute docker_server.

Returns:



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.

Returns:



967
968
969
# File 'sig/types.rbs', line 967

def environment_variables
  @environment_variables
end

#fleetTypes::ProjectFleet

Returns the value of attribute fleet.

Returns:



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.

Returns:



973
974
975
# File 'sig/types.rbs', line 973

def host_kernel
  @host_kernel
end

#image::String

Returns the value of attribute image.

Returns:



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.

Returns:



971
972
973
# File 'sig/types.rbs', line 971

def image_pull_credentials_type
  @image_pull_credentials_type
end

#privileged_modeBoolean

Returns the value of attribute privileged_mode.

Returns:



968
969
970
# File 'sig/types.rbs', line 968

def privileged_mode
  @privileged_mode
end

#registry_credentialTypes::RegistryCredential

Returns the value of attribute registry_credential.

Returns:



970
971
972
# File 'sig/types.rbs', line 970

def registry_credential
  @registry_credential
end

#type"WINDOWS_CONTAINER", ...

Returns the value of attribute type.

Returns:



962
963
964
# File 'sig/types.rbs', line 962

def type
  @type
end