Class: Aws::Types::InvokeWithResponseStreamRequest
- Inherits:
-
Object
- Object
- Aws::Types::InvokeWithResponseStreamRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_context ⇒ ::String
Returns the value of attribute client_context.
-
#function_name ⇒ ::String
Returns the value of attribute function_name.
-
#invocation_type ⇒ "RequestResponse", "DryRun"
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.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def client_context @client_context end |
#function_name ⇒ ::String
Returns the value of attribute function_name.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def function_name @function_name end |
#invocation_type ⇒ "RequestResponse", "DryRun"
Returns the value of attribute invocation_type.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def invocation_type @invocation_type end |
#log_type ⇒ "None", "Tail"
Returns the value of attribute log_type.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def log_type @log_type end |
#payload ⇒ ::String
Returns the value of attribute payload.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def payload @payload end |
#qualifier ⇒ ::String
Returns the value of attribute qualifier.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def qualifier @qualifier end |
#tenant_id ⇒ ::String
Returns the value of attribute tenant_id.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def tenant_id @tenant_id end |