Class: Aws::Types::CodeConfigurationValues

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:build_command, :start_command])

Instance Attribute Summary collapse

Instance Attribute Details

#build_command ⇒ ::String

Returns the value of attribute build_command.

Returns:

  • (::String)


75
76
77
# File 'sig/types.rbs', line 75

def build_command
  @build_command
end

#port ⇒ ::String

Returns the value of attribute port.

Returns:

  • (::String)


77
78
79
# File 'sig/types.rbs', line 77

def port
  @port
end

#runtime ⇒ "PYTHON_3", ...

Returns the value of attribute runtime.

Returns:

  • ("PYTHON_3", "NODEJS_12", "NODEJS_14", "CORRETTO_8", "CORRETTO_11", "NODEJS_16", "GO_1", "DOTNET_6", "PHP_81", "RUBY_31", "PYTHON_311", "NODEJS_18", "NODEJS_22")


74
75
76
# File 'sig/types.rbs', line 74

def runtime
  @runtime
end

#runtime_environment_secrets ⇒ ::Hash[::String, ::String]

Returns the value of attribute runtime_environment_secrets.

Returns:

  • (::Hash[::String, ::String])


79
80
81
# File 'sig/types.rbs', line 79

def runtime_environment_secrets
  @runtime_environment_secrets
end

#runtime_environment_variables ⇒ ::Hash[::String, ::String]

Returns the value of attribute runtime_environment_variables.

Returns:

  • (::Hash[::String, ::String])


78
79
80
# File 'sig/types.rbs', line 78

def runtime_environment_variables
  @runtime_environment_variables
end

#start_command ⇒ ::String

Returns the value of attribute start_command.

Returns:

  • (::String)


76
77
78
# File 'sig/types.rbs', line 76

def start_command
  @start_command
end