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

#encoding_type"binary", "json"

Returns the value of attribute encoding_type.

Returns:

  • ("binary", "json")


553
554
555
# File 'sig/types.rbs', line 553

def encoding_type
  @encoding_type
end

#environmentTypes::FunctionConfigurationEnvironment

Returns the value of attribute environment.



554
555
556
# File 'sig/types.rbs', line 554

def environment
  @environment
end

#exec_args::String

Returns the value of attribute exec_args.

Returns:

  • (::String)


555
556
557
# File 'sig/types.rbs', line 555

def exec_args
  @exec_args
end

#executable::String

Returns the value of attribute executable.

Returns:

  • (::String)


556
557
558
# File 'sig/types.rbs', line 556

def executable
  @executable
end

#function_runtime_override::String

Returns the value of attribute function_runtime_override.

Returns:

  • (::String)


560
561
562
# File 'sig/types.rbs', line 560

def function_runtime_override
  @function_runtime_override
end

#memory_size::Integer

Returns the value of attribute memory_size.

Returns:

  • (::Integer)


557
558
559
# File 'sig/types.rbs', line 557

def memory_size
  @memory_size
end

#pinnedBoolean

Returns the value of attribute pinned.

Returns:

  • (Boolean)


558
559
560
# File 'sig/types.rbs', line 558

def pinned
  @pinned
end

#timeout::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


559
560
561
# File 'sig/types.rbs', line 559

def timeout
  @timeout
end