AWSLocationIntendedUse
Objective-C
NS_ENUM(NSInteger, AWSLocationIntendedUse) {
AWSLocationIntendedUseUnknown,
AWSLocationIntendedUseSingleUse,
AWSLocationIntendedUseStorage,
}
Swift
enum AWSLocationIntendedUse : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLocationIntendedUseUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSLocationIntendedUseSingleUse
Swift
case singleUse = 1
-
Undocumented
Declaration
Objective-C
AWSLocationIntendedUseStorage
Swift
case storage = 2