The input for GetAdapterCommand.

interface GetAdapterCommandInput {
    AdapterId: undefined | string;
}

Hierarchy (view full)

Properties

Properties

AdapterId: undefined | string

A string containing a unique ID for the adapter.