Class: Aws::Types::InvocationRequest
- Inherits:
-
Object
- Object
- Aws::Types::InvocationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_context ⇒ ::String
Returns the value of attribute client_context.
-
#durable_execution_name ⇒ ::String
Returns the value of attribute durable_execution_name.
-
#function_name ⇒ ::String
Returns the value of attribute function_name.
-
#invocation_type ⇒ "Event", ...
Returns the value of attribute invocation_type.
-
#log_type ⇒ "None", "Tail"
Returns the value of attribute log_type.
-
#payload ⇒ ::String
Returns the value of attribute payload.
-
#qualifier ⇒ ::String
Returns the value of attribute qualifier.
-
#tenant_id ⇒ ::String
Returns the value of attribute tenant_id.
Instance Attribute Details
#client_context ⇒ ::String
Returns the value of attribute client_context.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def client_context @client_context end |
#durable_execution_name ⇒ ::String
Returns the value of attribute durable_execution_name.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def durable_execution_name @durable_execution_name end |
#function_name ⇒ ::String
Returns the value of attribute function_name.
1264 1265 1266 |
# File 'sig/types.rbs', line 1264 def function_name @function_name end |
#invocation_type ⇒ "Event", ...
Returns the value of attribute invocation_type.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def invocation_type @invocation_type end |
#log_type ⇒ "None", "Tail"
Returns the value of attribute log_type.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def log_type @log_type end |
#payload ⇒ ::String
Returns the value of attribute payload.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def payload @payload end |
#qualifier ⇒ ::String
Returns the value of attribute qualifier.
1270 1271 1272 |
# File 'sig/types.rbs', line 1270 def qualifier @qualifier end |
#tenant_id ⇒ ::String
Returns the value of attribute tenant_id.
1271 1272 1273 |
# File 'sig/types.rbs', line 1271 def tenant_id @tenant_id end |