Studio
import type { Studio } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/nimble.ts";interface Studio {
adminRoleArn?: string | null;
arn?: string | null;
createdAt?: Date | number | null;
displayName?: string | null;
homeRegion?: string | null;
ssoClientId?: string | null;
state?: StudioState | null;
statusCode?: StudioStatusCode | null;
statusMessage?: string | null;
studioEncryptionConfiguration?: StudioEncryptionConfiguration | null;
studioId?: string | null;
studioName?: string | null;
studioUrl?: string | null;
tags?: {} | null;
[key: string]: string | null | undefined;
updatedAt?: Date | number | null;
userRoleArn?: string | null;
}§Properties
§
state?: StudioState | null
[src]§
statusCode?: StudioStatusCode | null
[src]§
studioEncryptionConfiguration?: StudioEncryptionConfiguration | null
[src]