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

ListSecurityConfigurationsOutput

import type { ListSecurityConfigurationsOutput } from "https://aws-api.deno.dev/v0.3/services/emr.ts?docs=full";
interface ListSecurityConfigurationsOutput {
Marker?: string | null;
SecurityConfigurations?: SecurityConfigurationSummary[] | null;
}

§Properties

§
Marker?: string | null
[src]

A pagination token that indicates the next set of results to retrieve. Include the marker in the next ListSecurityConfiguration call to retrieve the next page of results, if required.

§
SecurityConfigurations?: SecurityConfigurationSummary[] | null
[src]

The creation date and time, and name, of each security configuration.