Class: Aws::Types::FunctionEventInvokeConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_configTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


895
896
897
# File 'sig/types.rbs', line 895

def maximum_retry_attempts
  @maximum_retry_attempts
end