Class: Aws::Types::CreateConnectionFunctionRequest

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)


523
524
525
# File 'sig/types.rbs', line 523

def connection_function_code
  @connection_function_code
end

#connection_function_configTypes::FunctionConfig

Returns the value of attribute connection_function_config.



522
523
524
# File 'sig/types.rbs', line 522

def connection_function_config
  @connection_function_config
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


521
522
523
# File 'sig/types.rbs', line 521

def name
  @name
end

#tagsTypes::Tags

Returns the value of attribute tags.

Returns:



524
525
526
# File 'sig/types.rbs', line 524

def tags
  @tags
end