GetSystemInstanceRequest
public struct GetSystemInstanceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the system deployment instance. This value is returned by CreateSystemInstance. 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)
-
Declaration
Swift
public func validate(name: String) throws