Class: Aws::Types::FunctionEventInvokeConfig
- Inherits:
-
Object
- Object
- Aws::Types::FunctionEventInvokeConfig
- 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_arn ⇒ ::String
Returns the value of attribute function_arn.
-
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
-
#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.
Instance Attribute Details
#destination_config ⇒ Types::DestinationConfig
Returns the value of attribute destination_config.
897 898 899 |
# File 'sig/types.rbs', line 897 def destination_config @destination_config end |
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
894 895 896 |
# File 'sig/types.rbs', line 894 def function_arn @function_arn end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
893 894 895 |
# File 'sig/types.rbs', line 893 def last_modified @last_modified end |
#maximum_event_age_in_seconds ⇒ ::Integer
Returns the value of attribute maximum_event_age_in_seconds.
896 897 898 |
# File 'sig/types.rbs', line 896 def maximum_event_age_in_seconds @maximum_event_age_in_seconds end |
#maximum_retry_attempts ⇒ ::Integer
Returns the value of attribute maximum_retry_attempts.
895 896 897 |
# File 'sig/types.rbs', line 895 def maximum_retry_attempts @maximum_retry_attempts end |