Class: Aws::Types::LambdaEventSourceMappingConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"enable", "disable"

Returns the value of attribute action.

Returns:

  • ("enable", "disable")


445
446
447
# File 'sig/types.rbs', line 445

def action
  @action
end

#region_event_source_mappings::Hash[::String, Types::EventSourceMapping]

Returns the value of attribute region_event_source_mappings.

Returns:



446
447
448
# File 'sig/types.rbs', line 446

def region_event_source_mappings
  @region_event_source_mappings
end

#timeout_minutes::Integer

Returns the value of attribute timeout_minutes.

Returns:

  • (::Integer)


444
445
446
# File 'sig/types.rbs', line 444

def timeout_minutes
  @timeout_minutes
end

#ungracefulTypes::LambdaEventSourceMappingUngraceful

Returns the value of attribute ungraceful.



447
448
449
# File 'sig/types.rbs', line 447

def ungraceful
  @ungraceful
end