Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SuiteDefinitionInformation

import type { SuiteDefinitionInformation } from "https://aws-api.deno.dev/v0.3/services/iotdeviceadvisor.ts?docs=full";

Information about the suite definition.

interface SuiteDefinitionInformation {
createdAt?: Date | number | null;
defaultDevices?: DeviceUnderTest[] | null;
intendedForQualification?: boolean | null;
suiteDefinitionId?: string | null;
suiteDefinitionName?: string | null;
}

§Properties

§
createdAt?: Date | number | null
[src]

Date (in Unix epoch time) when the test suite was created.

§
defaultDevices?: DeviceUnderTest[] | null
[src]

Specifies the devices that are under test for the test suite.

§
intendedForQualification?: boolean | null
[src]

Specifies if the test suite is intended for qualification.

§
suiteDefinitionId?: string | null
[src]

Suite definition ID of the test suite.

§
suiteDefinitionName?: string | null
[src]

Suite name of the test suite.