- Navigation Guide
@aws-sdk/client-frauddetector
BatchGetVariableCommandOutput Interface
The output of BatchGetVariableCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | 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