Class: Aws::Types::InvocationRequest

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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("Event", "RequestResponse", "DryRun")


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.

Returns:

  • ("None", "Tail")


1266
1267
1268
# File 'sig/types.rbs', line 1266

def log_type
  @log_type
end

#payload::String

Returns the value of attribute payload.

Returns:

  • (::String)


1269
1270
1271
# File 'sig/types.rbs', line 1269

def payload
  @payload
end

#qualifier::String

Returns the value of attribute qualifier.

Returns:

  • (::String)


1270
1271
1272
# File 'sig/types.rbs', line 1270

def qualifier
  @qualifier
end

#tenant_id::String

Returns the value of attribute tenant_id.

Returns:

  • (::String)


1271
1272
1273
# File 'sig/types.rbs', line 1271

def tenant_id
  @tenant_id
end