Class: Aws::Types::LambdaEventSourceMappingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LambdaEventSourceMappingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "enable", "disable"
Returns the value of attribute action.
-
#region_event_source_mappings ⇒ ::Hash[::String, Types::EventSourceMapping]
Returns the value of attribute region_event_source_mappings.
-
#timeout_minutes ⇒ ::Integer
Returns the value of attribute timeout_minutes.
-
#ungraceful ⇒ Types::LambdaEventSourceMappingUngraceful
Returns the value of attribute ungraceful.
Instance Attribute Details
#action ⇒ "enable", "disable"
Returns the value of attribute action.
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.
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.
444 445 446 |
# File 'sig/types.rbs', line 444 def timeout_minutes @timeout_minutes end |
#ungraceful ⇒ Types::LambdaEventSourceMappingUngraceful
Returns the value of attribute ungraceful.
447 448 449 |
# File 'sig/types.rbs', line 447 def ungraceful @ungraceful end |