Class: Aws::Types::ImageConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#command::Array[::String]

Returns the value of attribute command.

Returns:

  • (::Array[::String])


1207
1208
1209
# File 'sig/types.rbs', line 1207

def command
  @command
end

#entry_point::Array[::String]

Returns the value of attribute entry_point.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


1208
1209
1210
# File 'sig/types.rbs', line 1208

def working_directory
  @working_directory
end