Class: Aws::Types::CodeConfigurationValues
- Inherits:
-
Object
- Object
- Aws::Types::CodeConfigurationValues
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#build_command ⇒ ::String
Returns the value of attribute build_command.
-
#port ⇒ ::String
Returns the value of attribute port.
-
#runtime ⇒ "PYTHON_3", ...
Returns the value of attribute runtime.
-
#runtime_environment_secrets ⇒ ::Hash[::String, ::String]
Returns the value of attribute runtime_environment_secrets.
-
#runtime_environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute runtime_environment_variables.
-
#start_command ⇒ ::String
Returns the value of attribute start_command.
Instance Attribute Details
#build_command ⇒ ::String
Returns the value of attribute build_command.
75 76 77 |
# File 'sig/types.rbs', line 75 def build_command @build_command end |
#port ⇒ ::String
Returns the value of attribute port.
77 78 79 |
# File 'sig/types.rbs', line 77 def port @port end |
#runtime ⇒ "PYTHON_3", ...
Returns the value of attribute runtime.
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.
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.
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.
76 77 78 |
# File 'sig/types.rbs', line 76 def start_command @start_command end |