Class: Aws::Types::ProcessingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ProcessingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#processors ⇒ ::Array[Types::Processor]
Returns the value of attribute processors.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
766 767 768 |
# File 'sig/types.rbs', line 766 def enabled @enabled end |
#processors ⇒ ::Array[Types::Processor]
Returns the value of attribute processors.
767 768 769 |
# File 'sig/types.rbs', line 767 def processors @processors end |