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])


1189
1190
1191
# File 'sig/types.rbs', line 1189

def command
  @command
end

#entry_point::Array[::String]

Returns the value of attribute entry_point.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


1190
1191
1192
# File 'sig/types.rbs', line 1190

def working_directory
  @working_directory
end