DeploySystemInstanceResponse
public struct DeploySystemInstanceResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the Greengrass deployment used to deploy the system instance.
Declaration
Swift
public let greengrassDeploymentId: String?
-
An object that contains summary information about a system instance that was deployed.
Declaration
Swift
public let summary: SystemInstanceSummary
-
Undocumented
Declaration
Swift
public init(greengrassDeploymentId: String? = nil, summary: SystemInstanceSummary)