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.
904 905 906 |
# File 'sig/types.rbs', line 904 def destination_config @destination_config end |
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
901 902 903 |
# File 'sig/types.rbs', line 901 def function_arn @function_arn end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
900 901 902 |
# File 'sig/types.rbs', line 900 def last_modified @last_modified end |
#maximum_event_age_in_seconds ⇒ ::Integer
Returns the value of attribute maximum_event_age_in_seconds.
903 904 905 |
# File 'sig/types.rbs', line 903 def maximum_event_age_in_seconds @maximum_event_age_in_seconds end |
#maximum_retry_attempts ⇒ ::Integer
Returns the value of attribute maximum_retry_attempts.
902 903 904 |
# File 'sig/types.rbs', line 902 def maximum_retry_attempts @maximum_retry_attempts end |