Class: Aws::Types::PutFunctionEventInvokeConfigRequest

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.



1813
1814
1815
# File 'sig/types.rbs', line 1813

def destination_config
  @destination_config
end

#function_name::String

Returns the value of attribute function_name.

Returns:

  • (::String)


1809
1810
1811
# File 'sig/types.rbs', line 1809

def function_name
  @function_name
end

#maximum_event_age_in_seconds::Integer

Returns the value of attribute maximum_event_age_in_seconds.

Returns:

  • (::Integer)


1812
1813
1814
# File 'sig/types.rbs', line 1812

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)


1811
1812
1813
# File 'sig/types.rbs', line 1811

def maximum_retry_attempts
  @maximum_retry_attempts
end

#qualifier::String

Returns the value of attribute qualifier.

Returns:

  • (::String)


1810
1811
1812
# File 'sig/types.rbs', line 1810

def qualifier
  @qualifier
end