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.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def command @command end |
#entry_point ⇒ ::Array[::String]
Returns the value of attribute entry_point.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def entry_point @entry_point end |
#working_directory ⇒ ::String
Returns the value of attribute working_directory.
1190 1191 1192 |
# File 'sig/types.rbs', line 1190 def working_directory @working_directory end |