Class: Aws::Types::ChainedInvokeStartedDetails
- Inherits:
-
Object
- Object
- Aws::Types::ChainedInvokeStartedDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#durable_execution_arn ⇒ ::String
Returns the value of attribute durable_execution_arn.
-
#executed_version ⇒ ::String
Returns the value of attribute executed_version.
-
#function_name ⇒ ::String
Returns the value of attribute function_name.
-
#input ⇒ Types::EventInput
Returns the value of attribute input.
-
#tenant_id ⇒ ::String
Returns the value of attribute tenant_id.
Instance Attribute Details
#durable_execution_arn ⇒ ::String
Returns the value of attribute durable_execution_arn.
213 214 215 |
# File 'sig/types.rbs', line 213 def durable_execution_arn @durable_execution_arn end |
#executed_version ⇒ ::String
Returns the value of attribute executed_version.
212 213 214 |
# File 'sig/types.rbs', line 212 def executed_version @executed_version end |
#function_name ⇒ ::String
Returns the value of attribute function_name.
209 210 211 |
# File 'sig/types.rbs', line 209 def function_name @function_name end |
#input ⇒ Types::EventInput
Returns the value of attribute input.
211 212 213 |
# File 'sig/types.rbs', line 211 def input @input end |
#tenant_id ⇒ ::String
Returns the value of attribute tenant_id.
210 211 212 |
# File 'sig/types.rbs', line 210 def tenant_id @tenant_id end |