TemplateSummary
public struct TemplateSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the template.
Declaration
Swift
public let arn: String?
-
The time, in milliseconds since the epoch, when the template was created.
Declaration
Swift
public let createdAt: TimeStamp?
-
The time, in milliseconds since the epoch, when the template was last updated.
Declaration
Swift
public let lastUpdatedAt: TimeStamp?
-
The name of the template.
Declaration
Swift
public let name: String?