Class: Aws::Types::FunctionRef
- Inherits:
-
Object
- Object
- Aws::Types::FunctionRef
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#function_id ⇒ ::String
Returns the value of attribute function_id.
-
#run_condition ⇒ ::String
Returns the value of attribute run_condition.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
554 555 556 |
# File 'sig/types.rbs', line 554 def alias @alias end |
#function_id ⇒ ::String
Returns the value of attribute function_id.
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.
552 553 554 |
# File 'sig/types.rbs', line 552 def run_condition @run_condition end |