AWSLocationListKeysResponse

Objective-C

@interface AWSLocationListKeysResponse

Swift

class AWSLocationListKeysResponse
  • Contains API key resources in your Amazon Web Services account. Details include API key name, allowed referers and timestamp for when the API key will expire.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSLocationListKeysResponseEntry *> *_Nullable entries;

    Swift

    var entries: [AWSLocationListKeysResponseEntry]? { get set }
  • A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }