Class: Aws::Types::ImageConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ImageConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#port ⇒ ::String
Returns the value of attribute port.
-
#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
#port ⇒ ::String
Returns the value of attribute port.
366 367 368 |
# File 'sig/types.rbs', line 366 def port @port end |
#runtime_environment_secrets ⇒ ::Hash[::String, ::String]
Returns the value of attribute runtime_environment_secrets.
367 368 369 |
# File 'sig/types.rbs', line 367 def runtime_environment_secrets @runtime_environment_secrets end |
#runtime_environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute runtime_environment_variables.
364 365 366 |
# File 'sig/types.rbs', line 364 def runtime_environment_variables @runtime_environment_variables end |
#start_command ⇒ ::String
Returns the value of attribute start_command.
365 366 367 |
# File 'sig/types.rbs', line 365 def start_command @start_command end |