GetInvocationResult class

Result data returned by getInvocation.

Constructors

GetInvocationResult({String? functionName, String? id, String? input, String? qualifier, String? region, String? result, String? tenantId})
Creates a new GetInvocationResult. functionName Optional. id The provider-assigned unique ID for this managed resource. input Optional. qualifier Optional. region Optional. result String result of the Lambda function invocation. tenantId Optional.
const
GetInvocationResult.fromMap(Map<String, dynamic> map)
factory

Properties

functionName String?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The provider-assigned unique ID for this managed resource.
final
input String?
final
qualifier String?
final
region String?
final
result String?
String result of the Lambda function invocation.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tenantId String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited