Module: Aws::Lambda::Client::_UpdateFunctionEventInvokeConfigResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::FunctionEventInvokeConfig]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #destination_config ⇒ Types::DestinationConfig
- #function_arn ⇒ ::String
- #last_modified ⇒ ::Time
- #maximum_event_age_in_seconds ⇒ ::Integer
- #maximum_retry_attempts ⇒ ::Integer
Instance Method Details
#destination_config ⇒ Types::DestinationConfig
1842 |
# File 'sig/client.rbs', line 1842
def destination_config: () -> Types::DestinationConfig
|
#function_arn ⇒ ::String
1839 |
# File 'sig/client.rbs', line 1839
def function_arn: () -> ::String
|
#last_modified ⇒ ::Time
1838 |
# File 'sig/client.rbs', line 1838
def last_modified: () -> ::Time
|
#maximum_event_age_in_seconds ⇒ ::Integer
1841 |
# File 'sig/client.rbs', line 1841
def maximum_event_age_in_seconds: () -> ::Integer
|
#maximum_retry_attempts ⇒ ::Integer
1840 |
# File 'sig/client.rbs', line 1840
def maximum_retry_attempts: () -> ::Integer
|