Module: Aws::Lambda::Client::_GetFunctionEventInvokeConfigResponseSuccess
- 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
821 |
# File 'sig/client.rbs', line 821
def destination_config: () -> Types::DestinationConfig
|
#function_arn ⇒ ::String
818 |
# File 'sig/client.rbs', line 818
def function_arn: () -> ::String
|
#last_modified ⇒ ::Time
817 |
# File 'sig/client.rbs', line 817
def last_modified: () -> ::Time
|
#maximum_event_age_in_seconds ⇒ ::Integer
820 |
# File 'sig/client.rbs', line 820
def maximum_event_age_in_seconds: () -> ::Integer
|
#maximum_retry_attempts ⇒ ::Integer
819 |
# File 'sig/client.rbs', line 819
def maximum_retry_attempts: () -> ::Integer
|