The output of GetCelebrityInfoCommand.

interface GetCelebrityInfoCommandOutput {
    $metadata: ResponseMetadata;
    KnownGender?: KnownGender;
    Name?: string;
    Urls?: string[];
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

KnownGender?: KnownGender

Retrieves the known gender for the celebrity.

Name?: string

The name of the celebrity.

Urls?: string[]

An array of URLs pointing to additional celebrity information.