Class: Aws::Types::ServerlessFunctionMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#function_tags::Hash[::String, ::String]

Returns the value of attribute function_tags.

Returns:

  • (::Hash[::String, ::String])


2619
2620
2621
# File 'sig/types.rbs', line 2619

def function_tags
  @function_tags
end

#runtime::String

Returns the value of attribute runtime.

Returns:

  • (::String)


2618
2619
2620
# File 'sig/types.rbs', line 2618

def runtime
  @runtime
end

#serverless_function_name::String

Returns the value of attribute serverless_function_name.

Returns:

  • (::String)


2617
2618
2619
# File 'sig/types.rbs', line 2617

def serverless_function_name
  @serverless_function_name
end