AWSEC2DescribeFlowLogsResult

Objective-C

@interface AWSEC2DescribeFlowLogsResult

Swift

class AWSEC2DescribeFlowLogsResult
  • Information about the flow logs.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2FlowLog *> *_Nullable flowLogs;

    Swift

    var flowLogs: [AWSEC2FlowLog]? { get set }
  • The token to request the next page of items. This value is null when there are no more items to return.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }