SystemTemplateSummary
public struct SystemTemplateSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the system.
Declaration
Swift
public let arn: String?
-
The date when the system was created.
Declaration
Swift
public let createdAt: TimeStamp?
-
The ID of the system.
Declaration
Swift
public let id: String?
-
The revision number of the system.
Declaration
Swift
public let revisionNumber: Int64?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, createdAt: TimeStamp? = nil, id: String? = nil, revisionNumber: Int64? = nil)