Class: Aws::Types::UpdateConnectionFunctionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:connection_function_code])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_function_code::String

Returns the value of attribute connection_function_code.

Returns:

  • (::String)


3921
3922
3923
# File 'sig/types.rbs', line 3921

def connection_function_code
  @connection_function_code
end

#connection_function_configTypes::FunctionConfig

Returns the value of attribute connection_function_config.



3920
3921
3922
# File 'sig/types.rbs', line 3920

def connection_function_config
  @connection_function_config
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3918
3919
3920
# File 'sig/types.rbs', line 3918

def id
  @id
end

#if_match::String

Returns the value of attribute if_match.

Returns:

  • (::String)


3919
3920
3921
# File 'sig/types.rbs', line 3919

def if_match
  @if_match
end