SystemInstanceSummary
public struct SystemInstanceSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the system instance.
Declaration
Swift
public let arn: String?
-
The date when the system instance was created.
Declaration
Swift
public let createdAt: TimeStamp?
-
The ID of the Greengrass group where the system instance is deployed.
Declaration
Swift
public let greengrassGroupId: String?
-
The ID of the Greengrass group where the system instance is deployed.
Declaration
Swift
public let greengrassGroupName: String?
-
The version of the Greengrass group where the system instance is deployed.
Declaration
Swift
public let greengrassGroupVersionId: String?
-
The ID of the system instance.
Declaration
Swift
public let id: String?
-
The status of the system instance.
Declaration
Swift
public let status: SystemInstanceDeploymentStatus?
-
The target of the system instance.
Declaration
Swift
public let target: DeploymentTarget?
-
The date and time when the system instance was last updated.
Declaration
Swift
public let updatedAt: TimeStamp?
-
init(arn:createdAt:greengrassGroupId:greengrassGroupName:greengrassGroupVersionId:id:status:target:updatedAt:)
Undocumented
Declaration
Swift
public init(arn: String? = nil, createdAt: TimeStamp? = nil, greengrassGroupId: String? = nil, greengrassGroupName: String? = nil, greengrassGroupVersionId: String? = nil, id: String? = nil, status: SystemInstanceDeploymentStatus? = nil, target: DeploymentTarget? = nil, updatedAt: TimeStamp? = nil)