AWSEC2DescribeTrafficMirrorTargetsResult

Objective-C

@interface AWSEC2DescribeTrafficMirrorTargetsResult

Swift

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

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable nextToken;

    Swift

    var nextToken: String? { get set }
  • Information about one or more Traffic Mirror targets.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2TrafficMirrorTarget *> *_Nullable trafficMirrorTargets;

    Swift

    var trafficMirrorTargets: [AWSEC2TrafficMirrorTarget]? { get set }