AWSLocationIntendedUse
Objective-C
NS_ENUM(NSInteger, AWSLocationIntendedUse) {
AWSLocationIntendedUseUnknown,
AWSLocationIntendedUseSingleUse,
AWSLocationIntendedUseStorage,
}
Swift
enum AWSLocationIntendedUse : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLocationIntendedUseUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSLocationIntendedUseSingleUseSwift
case singleUse = 1 -
Undocumented
Declaration
Objective-C
AWSLocationIntendedUseStorageSwift
case storage = 2
View on GitHub
Install in Dash
AWSLocationIntendedUse Enumeration Reference