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.
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 |