@aws-sdk/client-frauddetector

BatchGetVariableCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
errors BatchGetVariableError[] | undefined

The errors from the request.

variables Variable[] | undefined

The returned variables.

Full Signature

export interface BatchGetVariableCommandOutput extends BatchGetVariableResult, MetadataBearer