Class: Aws::Types::UpdateFunctionEventInvokeConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFunctionEventInvokeConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_config ⇒ Types::DestinationConfig
Returns the value of attribute destination_config.
-
#function_name ⇒ ::String
Returns the value of attribute function_name.
-
#maximum_event_age_in_seconds ⇒ ::Integer
Returns the value of attribute maximum_event_age_in_seconds.
-
#maximum_retry_attempts ⇒ ::Integer
Returns the value of attribute maximum_retry_attempts.
-
#qualifier ⇒ ::String
Returns the value of attribute qualifier.
Instance Attribute Details
#destination_config ⇒ Types::DestinationConfig
Returns the value of attribute destination_config.
2299 2300 2301 |
# File 'sig/types.rbs', line 2299 def destination_config @destination_config end |
#function_name ⇒ ::String
Returns the value of attribute function_name.
2295 2296 2297 |
# File 'sig/types.rbs', line 2295 def function_name @function_name end |
#maximum_event_age_in_seconds ⇒ ::Integer
Returns the value of attribute maximum_event_age_in_seconds.
2298 2299 2300 |
# File 'sig/types.rbs', line 2298 def maximum_event_age_in_seconds @maximum_event_age_in_seconds end |
#maximum_retry_attempts ⇒ ::Integer
Returns the value of attribute maximum_retry_attempts.
2297 2298 2299 |
# File 'sig/types.rbs', line 2297 def maximum_retry_attempts @maximum_retry_attempts end |
#qualifier ⇒ ::String
Returns the value of attribute qualifier.
2296 2297 2298 |
# File 'sig/types.rbs', line 2296 def qualifier @qualifier end |