Class: Aws::Types::PutFunctionEventInvokeConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutFunctionEventInvokeConfigRequest
- 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.
1796 1797 1798 |
# File 'sig/types.rbs', line 1796 def destination_config @destination_config end |
#function_name ⇒ ::String
Returns the value of attribute function_name.
1792 1793 1794 |
# File 'sig/types.rbs', line 1792 def function_name @function_name end |
#maximum_event_age_in_seconds ⇒ ::Integer
Returns the value of attribute maximum_event_age_in_seconds.
1795 1796 1797 |
# File 'sig/types.rbs', line 1795 def maximum_event_age_in_seconds @maximum_event_age_in_seconds end |
#maximum_retry_attempts ⇒ ::Integer
Returns the value of attribute maximum_retry_attempts.
1794 1795 1796 |
# File 'sig/types.rbs', line 1794 def maximum_retry_attempts @maximum_retry_attempts end |
#qualifier ⇒ ::String
Returns the value of attribute qualifier.
1793 1794 1795 |
# File 'sig/types.rbs', line 1793 def qualifier @qualifier end |