- Navigation Guide
@aws-sdk/client-ec2
DescribeTrafficMirrorSessionsCommandOutput Interface
The output of DescribeTrafficMirrorSessionsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
NextToken | string | undefined | The token to use to retrieve the next page of results. The value is |
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