Class: Aws::Types::Processor
- Inherits:
-
Object
- Object
- Aws::Types::Processor
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::ProcessorConfiguration
Returns the value of attribute configuration.
-
#execution_order ⇒ ::Integer
Returns the value of attribute execution_order.
-
#fallback_action ⇒ "CONTINUE", "ABORT"
Returns the value of attribute fallback_action.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#configuration ⇒ Types::ProcessorConfiguration
Returns the value of attribute configuration.
728 729 730 |
# File 'sig/types.rbs', line 728 def configuration @configuration end |
#execution_order ⇒ ::Integer
Returns the value of attribute execution_order.
729 730 731 |
# File 'sig/types.rbs', line 729 def execution_order @execution_order end |
#fallback_action ⇒ "CONTINUE", "ABORT"
Returns the value of attribute fallback_action.
730 731 732 |
# File 'sig/types.rbs', line 730 def fallback_action @fallback_action end |
#name ⇒ ::String
Returns the value of attribute name.
727 728 729 |
# File 'sig/types.rbs', line 727 def name @name end |