AWSEC2PeriodType
Objective-C
NS_ENUM(NSInteger, AWSEC2PeriodType) {
AWSEC2PeriodTypeUnknown,
AWSEC2PeriodTypeFiveMinutes,
AWSEC2PeriodTypeFifteenMinutes,
AWSEC2PeriodTypeOneHour,
AWSEC2PeriodTypeThreeHours,
AWSEC2PeriodTypeOneDay,
AWSEC2PeriodTypeOneWeek,
}
Swift
enum AWSEC2PeriodType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2PeriodTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2PeriodTypeFiveMinutesSwift
case fiveMinutes = 1 -
Undocumented
Declaration
Objective-C
AWSEC2PeriodTypeFifteenMinutesSwift
case fifteenMinutes = 2 -
Undocumented
Declaration
Objective-C
AWSEC2PeriodTypeOneHourSwift
case oneHour = 3 -
Undocumented
Declaration
Objective-C
AWSEC2PeriodTypeThreeHoursSwift
case threeHours = 4 -
Undocumented
Declaration
Objective-C
AWSEC2PeriodTypeOneDaySwift
case oneDay = 5 -
Undocumented
Declaration
Objective-C
AWSEC2PeriodTypeOneWeekSwift
case oneWeek = 6
View on GitHub
Install in Dash
AWSEC2PeriodType Enumeration Reference