@aws-sdk/client-ec2

DescribeTrafficMirrorSessionsCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
NextToken string | undefined

The token to use to retrieve the next page of results. The value is null when there are no more results to return.

TrafficMirrorSessions TrafficMirrorSession[] | undefined

Describes one or more Traffic Mirror sessions. By default, all Traffic Mirror sessions are described. Alternatively, you can filter the results.

Full Signature

export interface DescribeTrafficMirrorSessionsCommandOutput extends DescribeTrafficMirrorSessionsResult, MetadataBearer