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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

  • ("None", "Tail")


1284
1285
1286
# File 'sig/types.rbs', line 1284

def log_type
  @log_type
end

#payload::String

Returns the value of attribute payload.

Returns:

  • (::String)


1287
1288
1289
# File 'sig/types.rbs', line 1287

def payload
  @payload
end

#qualifier::String

Returns the value of attribute qualifier.

Returns:

  • (::String)


1288
1289
1290
# File 'sig/types.rbs', line 1288

def qualifier
  @qualifier
end

#tenant_id::String

Returns the value of attribute tenant_id.

Returns:

  • (::String)


1289
1290
1291
# File 'sig/types.rbs', line 1289

def tenant_id
  @tenant_id
end