AWSEC2DescribePrefixListsResult

Objective-C

@interface AWSEC2DescribePrefixListsResult

Swift

class AWSEC2DescribePrefixListsResult
  • The token to use to retrieve the next page of results. This 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 }
  • All available prefix lists.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2PrefixList *> *_Nullable prefixLists;

    Swift

    var prefixLists: [AWSEC2PrefixList]? { get set }