Class: Aws::Types::ModelCompilationConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#image::String

Returns the value of attribute image.

Returns:

  • (::String)


8892
8893
8894
# File 'sig/types.rbs', line 8892

def image
  @image
end

#override_environment::Hash[::String, ::String]

Returns the value of attribute override_environment.

Returns:

  • (::Hash[::String, ::String])


8893
8894
8895
# File 'sig/types.rbs', line 8893

def override_environment
  @override_environment
end