Class: Aws::Types::ProcessingConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:



766
767
768
# File 'sig/types.rbs', line 766

def enabled
  @enabled
end

#processors::Array[Types::Processor]

Returns the value of attribute processors.

Returns:



767
768
769
# File 'sig/types.rbs', line 767

def processors
  @processors
end