Class: Aws::Types::FunctionRef

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#alias::String

Returns the value of attribute alias.



569
570
571
# File 'sig/types.rbs', line 569

def alias
  @alias
end

#function_id::String

Returns the value of attribute function_id.



568
569
570
# File 'sig/types.rbs', line 568

def function_id
  @function_id
end

#run_condition::String

Returns the value of attribute run_condition.



567
568
569
# File 'sig/types.rbs', line 567

def run_condition
  @run_condition
end