Class: Aws::Types::Processor

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name])

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • ("CONTINUE", "ABORT")


730
731
732
# File 'sig/types.rbs', line 730

def fallback_action
  @fallback_action
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


727
728
729
# File 'sig/types.rbs', line 727

def name
  @name
end