Class: Aws::Types::FunctionConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#code::String

Returns the value of attribute code.

Returns:



684
685
686
# File 'sig/types.rbs', line 684

def code
  @code
end

#data_source_name::String

Returns the value of attribute data_source_name.

Returns:



677
678
679
# File 'sig/types.rbs', line 677

def data_source_name
  @data_source_name
end

#description::String

Returns the value of attribute description.

Returns:



676
677
678
# File 'sig/types.rbs', line 676

def description
  @description
end

#function_arn::String

Returns the value of attribute function_arn.

Returns:



674
675
676
# File 'sig/types.rbs', line 674

def function_arn
  @function_arn
end

#function_id::String

Returns the value of attribute function_id.

Returns:



673
674
675
# File 'sig/types.rbs', line 673

def function_id
  @function_id
end

#function_version::String

Returns the value of attribute function_version.

Returns:



680
681
682
# File 'sig/types.rbs', line 680

def function_version
  @function_version
end

#max_batch_size::Integer

Returns the value of attribute max_batch_size.

Returns:



682
683
684
# File 'sig/types.rbs', line 682

def max_batch_size
  @max_batch_size
end

#name::String

Returns the value of attribute name.

Returns:



675
676
677
# File 'sig/types.rbs', line 675

def name
  @name
end

#request_mapping_template::String

Returns the value of attribute request_mapping_template.

Returns:



678
679
680
# File 'sig/types.rbs', line 678

def request_mapping_template
  @request_mapping_template
end

#response_mapping_template::String

Returns the value of attribute response_mapping_template.

Returns:



679
680
681
# File 'sig/types.rbs', line 679

def response_mapping_template
  @response_mapping_template
end

#runtimeTypes::AppSyncRuntime

Returns the value of attribute runtime.

Returns:



683
684
685
# File 'sig/types.rbs', line 683

def runtime
  @runtime
end

#sync_configTypes::SyncConfig

Returns the value of attribute sync_config.

Returns:



681
682
683
# File 'sig/types.rbs', line 681

def sync_config
  @sync_config
end