IdFormat
public struct IdFormat : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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
Swift
public let deadline: TimeStamp?
-
The type of resource.
Declaration
Swift
public let resource: String?
-
Indicates whether longer IDs (17-character IDs) are enabled for the resource.
Declaration
Swift
public let useLongIds: Bool?
-
Undocumented
Declaration
Swift
public init(deadline: TimeStamp? = nil, resource: String? = nil, useLongIds: Bool? = nil)