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

GetEnvironmentResponse

import type { GetEnvironmentResponse } from "https://aws-api.deno.dev/v0.3/services/migrationhubrefactorspaces.ts?docs=full";
interface GetEnvironmentResponse {
Arn?: string | null;
CreatedTime?: Date | number | null;
Description?: string | null;
EnvironmentId?: string | null;
Error?: ErrorResponse | null;
LastUpdatedTime?: Date | number | null;
Name?: string | null;
NetworkFabricType?: NetworkFabricType | null;
OwnerAccountId?: string | null;
State?: EnvironmentState | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
TransitGatewayId?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the environment.

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

A timestamp that indicates when the environment is created.

§
Description?: string | null
[src]

The description of the environment.

§
EnvironmentId?: string | null
[src]

The unique identifier of the environment.

§
Error?: ErrorResponse | null
[src]

Any error associated with the environment resource.

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

A timestamp that indicates when the environment was last updated.

§
Name?: string | null
[src]

The name of the environment.

§
NetworkFabricType?: NetworkFabricType | null
[src]

The network fabric type of the environment.

§
OwnerAccountId?: string | null
[src]

The Amazon Web Services account ID of the environment owner.

§
State?: EnvironmentState | null
[src]

The current state of the environment.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags to assign to the environment. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.

§
TransitGatewayId?: string | null
[src]

The ID of the transit gateway set up by the environment.