TemplateSummary
public struct TemplateSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A summary of a template.
Declaration
Swift
public let arn: String? -
The last time that this template was created.
Declaration
Swift
public let createdTime: TimeStamp? -
The last time that this template was updated.
Declaration
Swift
public let lastUpdatedTime: TimeStamp? -
A structure containing a list of version numbers for the template summary.
Declaration
Swift
public let latestVersionNumber: Int64? -
A display name for the template.
Declaration
Swift
public let name: String? -
The ID of the template. This ID is unique per AWS Region for each AWS account.
Declaration
Swift
public let templateId: String?
View on GitHub
TemplateSummary Structure Reference