Class: Aws::Types::ChainedInvokeOptions
- Inherits:
-
Object
- Object
- Aws::Types::ChainedInvokeOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#function_name ⇒ ::String
Returns the value of attribute function_name.
-
#tenant_id ⇒ ::String
Returns the value of attribute tenant_id.
Instance Attribute Details
#function_name ⇒ ::String
Returns the value of attribute function_name.
203 204 205 |
# File 'sig/types.rbs', line 203 def function_name @function_name end |
#tenant_id ⇒ ::String
Returns the value of attribute tenant_id.
204 205 206 |
# File 'sig/types.rbs', line 204 def tenant_id @tenant_id end |