GetSystemTemplateRequest
public struct GetSystemTemplateRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the system to get. This ID must be in the user’s namespace. The ID should be in the following format. urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
Declaration
Swift
public let id: String -
The number that specifies the revision of the system to get.
Declaration
Swift
public let revisionNumber: Int64? -
Undocumented
Declaration
Swift
public init(id: String, revisionNumber: Int64? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
GetSystemTemplateRequest Structure Reference