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

DescribeResourceResponse

import type { DescribeResourceResponse } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface DescribeResourceResponse {
BookingOptions?: BookingOptions | null;
DisabledDate?: Date | number | null;
Email?: string | null;
EnabledDate?: Date | number | null;
Name?: string | null;
ResourceId?: string | null;
State?: EntityState | null;
Type?: ResourceType | null;
}

§Properties

§
BookingOptions?: BookingOptions | null
[src]

The booking options for the described resource.

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

The date and time when a resource was disabled from WorkMail, in UNIX epoch time format.

§
Email?: string | null
[src]

The email of the described resource.

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

The date and time when a resource was enabled for WorkMail, in UNIX epoch time format.

§
Name?: string | null
[src]

The name of the described resource.

§
ResourceId?: string | null
[src]

The identifier of the described resource.

§
State?: EntityState | null
[src]

The state of the resource: enabled (registered to WorkMail), disabled (deregistered or never registered to WorkMail), or deleted.

§
Type?: ResourceType | null
[src]

The type of the described resource.