Class: Aws::Types::InvokeWithResponseStreamRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:payload])

Instance Attribute Summary collapse

Instance Attribute Details

#client_context::String

Returns the value of attribute client_context.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("RequestResponse", "DryRun")


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.

Returns:

  • ("None", "Tail")


1312
1313
1314
# File 'sig/types.rbs', line 1312

def log_type
  @log_type
end

#payload::String

Returns the value of attribute payload.

Returns:

  • (::String)


1315
1316
1317
# File 'sig/types.rbs', line 1315

def payload
  @payload
end

#qualifier::String

Returns the value of attribute qualifier.

Returns:

  • (::String)


1314
1315
1316
# File 'sig/types.rbs', line 1314

def qualifier
  @qualifier
end

#tenant_id::String

Returns the value of attribute tenant_id.

Returns:

  • (::String)


1316
1317
1318
# File 'sig/types.rbs', line 1316

def tenant_id
  @tenant_id
end