DescribeTrafficMirrorSessionsResult

public struct DescribeTrafficMirrorSessionsResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The token to use to retrieve the next page of results. The value is null when there are no more results to return.

    Declaration

    Swift

    public let nextToken: String?
  • Describes one or more Traffic Mirror sessions. By default, all Traffic Mirror sessions are described. Alternatively, you can filter the results.

    Declaration

    Swift

    public let trafficMirrorSessions: [TrafficMirrorSession]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, trafficMirrorSessions: [TrafficMirrorSession]? = nil)