Module: Aws::Lambda::Client::_PutFunctionEventInvokeConfigResponseSuccess
- 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
1337 |
# File 'sig/client.rbs', line 1337
def destination_config: () -> Types::DestinationConfig
|
#function_arn ⇒ ::String
1334 |
# File 'sig/client.rbs', line 1334
def function_arn: () -> ::String
|
#last_modified ⇒ ::Time
1333 |
# File 'sig/client.rbs', line 1333
def last_modified: () -> ::Time
|
#maximum_event_age_in_seconds ⇒ ::Integer
1336 |
# File 'sig/client.rbs', line 1336
def maximum_event_age_in_seconds: () -> ::Integer
|
#maximum_retry_attempts ⇒ ::Integer
1335 |
# File 'sig/client.rbs', line 1335
def maximum_retry_attempts: () -> ::Integer
|