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.
1285 1286 1287 |
# File 'sig/types.rbs', line 1285 def client_context @client_context end |
#durable_execution_name ⇒ ::String
Returns the value of attribute durable_execution_name.
1286 1287 1288 |
# File 'sig/types.rbs', line 1286 def durable_execution_name @durable_execution_name end |
#function_name ⇒ ::String
Returns the value of attribute function_name.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def function_name @function_name end |
#invocation_type ⇒ "Event", ...
Returns the value of attribute invocation_type.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def invocation_type @invocation_type end |
#log_type ⇒ "None", "Tail"
Returns the value of attribute log_type.
1284 1285 1286 |
# File 'sig/types.rbs', line 1284 def log_type @log_type end |
#payload ⇒ ::String
Returns the value of attribute payload.
1287 1288 1289 |
# File 'sig/types.rbs', line 1287 def payload @payload end |
#qualifier ⇒ ::String
Returns the value of attribute qualifier.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def qualifier @qualifier end |
#tenant_id ⇒ ::String
Returns the value of attribute tenant_id.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def tenant_id @tenant_id end |