Class: Aws::Types::FunctionRef

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias::String

Returns the value of attribute alias.

Returns:

  • (::String)


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

def alias
  @alias
end

#function_id::String

Returns the value of attribute function_id.

Returns:

  • (::String)


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

def function_id
  @function_id
end

#run_condition::String

Returns the value of attribute run_condition.

Returns:

  • (::String)


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

def run_condition
  @run_condition
end