Class: Aws::Types::ImageConfig
- Inherits:
-
Object
- Object
- Aws::Types::ImageConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#command ⇒ ::Array[::String]
Returns the value of attribute command.
-
#entry_point ⇒ ::Array[::String]
Returns the value of attribute entry_point.
-
#working_directory ⇒ ::String
Returns the value of attribute working_directory.
Instance Attribute Details
#command ⇒ ::Array[::String]
Returns the value of attribute command.
1207 1208 1209 |
# File 'sig/types.rbs', line 1207 def command @command end |
#entry_point ⇒ ::Array[::String]
Returns the value of attribute entry_point.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def entry_point @entry_point end |
#working_directory ⇒ ::String
Returns the value of attribute working_directory.
1208 1209 1210 |
# File 'sig/types.rbs', line 1208 def working_directory @working_directory end |