Class: Aws::Types::CreateFunctionRequest

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)


311
312
313
# File 'sig/types.rbs', line 311

def api_id
  @api_id
end

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


321
322
323
# File 'sig/types.rbs', line 321

def code
  @code
end

#data_source_name::String

Returns the value of attribute data_source_name.

Returns:

  • (::String)


314
315
316
# File 'sig/types.rbs', line 314

def data_source_name
  @data_source_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


313
314
315
# File 'sig/types.rbs', line 313

def description
  @description
end

#function_version::String

Returns the value of attribute function_version.

Returns:

  • (::String)


317
318
319
# File 'sig/types.rbs', line 317

def function_version
  @function_version
end

#max_batch_size::Integer

Returns the value of attribute max_batch_size.

Returns:

  • (::Integer)


319
320
321
# File 'sig/types.rbs', line 319

def max_batch_size
  @max_batch_size
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


312
313
314
# File 'sig/types.rbs', line 312

def name
  @name
end

#request_mapping_template::String

Returns the value of attribute request_mapping_template.

Returns:

  • (::String)


315
316
317
# File 'sig/types.rbs', line 315

def request_mapping_template
  @request_mapping_template
end

#response_mapping_template::String

Returns the value of attribute response_mapping_template.

Returns:

  • (::String)


316
317
318
# File 'sig/types.rbs', line 316

def response_mapping_template
  @response_mapping_template
end

#runtimeTypes::AppSyncRuntime

Returns the value of attribute runtime.



320
321
322
# File 'sig/types.rbs', line 320

def runtime
  @runtime
end

#sync_configTypes::SyncConfig

Returns the value of attribute sync_config.

Returns:



318
319
320
# File 'sig/types.rbs', line 318

def sync_config
  @sync_config
end