Class: Aws::Types::Function

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#function_arn::String

Returns the value of attribute function_arn.

Returns:

  • (::String)


546
547
548
# File 'sig/types.rbs', line 546

def function_arn
  @function_arn
end

#function_configurationTypes::FunctionConfiguration

Returns the value of attribute function_configuration.



547
548
549
# File 'sig/types.rbs', line 547

def function_configuration
  @function_configuration
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


548
549
550
# File 'sig/types.rbs', line 548

def id
  @id
end