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.
1331 1332 1333 |
# File 'sig/types.rbs', line 1331 def client_context @client_context end |
#function_name ⇒ ::String
Returns the value of attribute function_name.
1329 1330 1331 |
# File 'sig/types.rbs', line 1329 def function_name @function_name end |
#invocation_type ⇒ "RequestResponse", "DryRun"
Returns the value of attribute invocation_type.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def invocation_type @invocation_type end |
#log_type ⇒ "None", "Tail"
Returns the value of attribute log_type.
1330 1331 1332 |
# File 'sig/types.rbs', line 1330 def log_type @log_type end |
#payload ⇒ ::String
Returns the value of attribute payload.
1333 1334 1335 |
# File 'sig/types.rbs', line 1333 def payload @payload end |
#qualifier ⇒ ::String
Returns the value of attribute qualifier.
1332 1333 1334 |
# File 'sig/types.rbs', line 1332 def qualifier @qualifier end |
#tenant_id ⇒ ::String
Returns the value of attribute tenant_id.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def tenant_id @tenant_id end |