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

CacheSecurityGroupMessage

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

Represents the output of a DescribeCacheSecurityGroups operation.

interface CacheSecurityGroupMessage {
CacheSecurityGroups: CacheSecurityGroup[];
Marker?: string | null;
}

§Properties

§
CacheSecurityGroups: CacheSecurityGroup[]
[src]

A list of cache security groups. Each element in the list contains detailed information about one group.

§
Marker?: string | null
[src]

Provides an identifier to allow retrieval of paginated results.