AWSEC2IdFormat
Objective-C
@interface AWSEC2IdFormat
Swift
class AWSEC2IdFormat
Describes the ID format for a resource.
-
The date in UTC at which you are permanently switched over to using longer IDs. If a deadline is not yet available for this resource type, this field is not returned.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable deadline;
Swift
var deadline: Date? { get set }
-
The type of resource.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resource;
Swift
var resource: String? { get set }
-
Indicates whether longer IDs (17-character IDs) are enabled for the resource.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable useLongIds;
Swift
var useLongIds: NSNumber? { get set }