Class: Aws::Types::UpdateFunctionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_id::String

Returns the value of attribute api_id.

Returns:

  • (::String)


1393
1394
1395
# File 'sig/types.rbs', line 1393

def api_id
  @api_id
end

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


1404
1405
1406
# File 'sig/types.rbs', line 1404

def code
  @code
end

#data_source_name::String

Returns the value of attribute data_source_name.

Returns:

  • (::String)


1397
1398
1399
# File 'sig/types.rbs', line 1397

def data_source_name
  @data_source_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1395
1396
1397
# File 'sig/types.rbs', line 1395

def description
  @description
end

#function_id::String

Returns the value of attribute function_id.

Returns:

  • (::String)


1396
1397
1398
# File 'sig/types.rbs', line 1396

def function_id
  @function_id
end

#function_version::String

Returns the value of attribute function_version.

Returns:

  • (::String)


1400
1401
1402
# File 'sig/types.rbs', line 1400

def function_version
  @function_version
end

#max_batch_size::Integer

Returns the value of attribute max_batch_size.

Returns:

  • (::Integer)


1402
1403
1404
# File 'sig/types.rbs', line 1402

def max_batch_size
  @max_batch_size
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1394
1395
1396
# File 'sig/types.rbs', line 1394

def name
  @name
end

#request_mapping_template::String

Returns the value of attribute request_mapping_template.

Returns:

  • (::String)


1398
1399
1400
# File 'sig/types.rbs', line 1398

def request_mapping_template
  @request_mapping_template
end

#response_mapping_template::String

Returns the value of attribute response_mapping_template.

Returns:

  • (::String)


1399
1400
1401
# File 'sig/types.rbs', line 1399

def response_mapping_template
  @response_mapping_template
end

#runtimeTypes::AppSyncRuntime

Returns the value of attribute runtime.



1403
1404
1405
# File 'sig/types.rbs', line 1403

def runtime
  @runtime
end

#sync_configTypes::SyncConfig

Returns the value of attribute sync_config.

Returns:



1401
1402
1403
# File 'sig/types.rbs', line 1401

def sync_config
  @sync_config
end