DeploySystemInstanceRequest
public struct DeploySystemInstanceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the system instance. This value is returned by the CreateSystemInstance action. The ID should be in the following format. urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
Declaration
Swift
public let id: String?
-
Undocumented
Declaration
Swift
public init(id: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws